Profimp Versions Save

Python import profiler

0.0.1

9 years ago

First release of profimp It allows you to do all what you need for happy tracing and debugging of your code

0.0.2

9 years ago
  • Imporve HTML report scalability and performance
  • Remove docs that are redunant
  • Remove a lot of useless requirements from project

0.0.3

9 years ago
  • Collect info about file path and modules
  • Improve HTML template
    • remove bootstrap dependency
    • show file path and module names
    • better hide-show arrows
    • performance improvements
  • Remove redunant dependencies (six, oslosphinx)
  • Make imports of "json" and "os" lazy so we can trace these libs
  • Remove import of contextlib