GithubHelp home page GithubHelp logo

Bug about phpmetrics HOT 4 CLOSED

phpmetrics avatar phpmetrics commented on June 18, 2024
Bug

from phpmetrics.

Comments (4)

Halleck45 avatar Halleck45 commented on June 18, 2024

Thank's for the report.

PhpMetrics is not yet optimized. The Asymptotic complexity of PhpMetrics is today O = n ^ n . I will optimise it to have O = n log n in the v0.0.6 release

Awaiting the fix, can you give me context of the bug:

  • version of PHP
  • way to reproduce problme: analyzed sources (version of Dolibarr ?)

Thank's

from phpmetrics.

deleris avatar deleris commented on June 18, 2024

Bonjour,

je suppose que vous êtes francophone avec votre nom et cela facilitera
notre communication.

Version php 5.3.3
Version dolibarr 3.4.0

Cordialement

On Mon, Mar 24, 2014 at 11:29 PM, Jean-François Lépine <
[email protected]> wrote:

Thank's for the report.

PhpMetrics is not yet optimized. The Asymptotic complexity of
PhpMetrics is today O = n ^ n . I will optimise it to have O = n log n in
the v0.0.6 release

Awaiting the fix, can you give me context of the bug:

  • version of PHP
  • way to reproduce problme: analyzed sources (version of Dolibarr ?)

Thank's

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-38509595
.

from phpmetrics.

Halleck45 avatar Halleck45 commented on June 18, 2024

Effectivement, mais je vais tenter de répondre en anglais pour les éventuels futurs intéressés, même si mon anglais est mauvais :)

The bug is explained in this composer issue.

Dolibarr contains huge PHP files (more than 1 Mo for tcpdf.php !).

Ways to temporary bypass the problem:

  • temporary remove the tcpdf.phpfile
  • run php -dmemory_limit=512M metrics.php ...

Ways to fix the problem definitively:

  • easy, but uncomfortable for the user:
    • add an --exclude option
  • easy and dubious:
    • never analyze large files, and notice user of skipped files
  • hard and dubious, but really comfortable:
    • automatically split huge files, get tokens of each files, combine them, then run analyze

from phpmetrics.

Halleck45 avatar Halleck45 commented on June 18, 2024

I've fixed it with the third option

Can you test now please ?

from phpmetrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.