wsgi_lineprof

WSGI middleware for line-by-line profiling

OTHER License

Downloads
4.8K
Stars
49
Committers
3
wsgi_lineprof - v0.19.1 Latest Release

Published by ymyzk 3 months ago

What's Changed

Full Changelog: https://github.com/ymyzk/wsgi_lineprof/compare/v0.19.0...v0.19.1

wsgi_lineprof - v0.19.0

Published by ymyzk 3 months ago

What's Changed

Dependency updates

Full Changelog: https://github.com/ymyzk/wsgi_lineprof/compare/v0.18.0...v0.19.0

wsgi_lineprof - v0.18.0

Published by ymyzk about 1 year ago

wsgi_lineprof - v0.17.0

Published by ymyzk over 1 year ago

What's Changed

Full Changelog: https://github.com/ymyzk/wsgi_lineprof/compare/v0.16.0...v0.17.0

wsgi_lineprof - v0.16.0

Published by ymyzk over 1 year ago

What's Changed

Full Changelog: https://github.com/ymyzk/wsgi_lineprof/compare/v0.15.0...v0.16.0

wsgi_lineprof - v0.15.0

Published by ymyzk almost 2 years ago

What's Changed

Full Changelog: https://github.com/ymyzk/wsgi_lineprof/compare/v0.14.0...v0.15.0

wsgi_lineprof - v0.14.0

Published by ymyzk about 3 years ago

  • Add Python 3.10 support #70
  • Remove Python 2.7/3.5 support #67 #69
  • Modernize code #68 #75
  • Remove Travis CI #66
  • Improve packaging #71 #72 #73
  • Use .readthedocs.yaml #74
wsgi_lineprof - v0.13.0

Published by ymyzk over 3 years ago

  • Add Python 3.9 support #65
wsgi_lineprof - v0.12.0

Published by ymyzk almost 5 years ago

  • Show profiling results via HTTP endpoint #51
  • Fix ZeroDivisionError
  • Use GitHub Actions for measuring coverage #52 and running benchmarks #61
  • Better typing #57 and refactoring #58 #59
wsgi_lineprof - v0.11.0

Published by ymyzk almost 5 years ago

  • Multi-thread support #49
  • Refactoring #46 #47 #48
  • Remove AppVeyor configuration #50
  • More benchmarks
  • Minor performance improvement
wsgi_lineprof - v0.10.0

Published by ymyzk almost 5 years ago

  • Python 3.8 support #42
  • Provide wheel for 32bit (x86) Windows #44
  • Update environment to build wheel for Python #45
wsgi_lineprof - v0.9.0

Published by ymyzk about 5 years ago

  • Colorize output #34
  • Build manylinux2010 wheel #32
  • Minor improvements #33
  • More example usage in document #39
  • Use of GitHub Actions for testing and packaging #35 #40
wsgi_lineprof - v0.8.0

Published by ymyzk about 5 years ago

  • Drop Python 3.4 support #30
  • Add documentation
  • Update dependencies #31
  • Refactor setup.py
wsgi_lineprof - v0.7.0

Published by ymyzk over 5 years ago

  • Add hit and percent columns to results #20
  • Add new APIs LineProfiler.get_timer and LineProfiler.get_timer_implementation
  • Improve timer on macOS and POSIX #26 #27 #28
  • Windows wheels #29
  • Use pytest v4 #22
  • Collect test coverage #23
  • Update type hints
wsgi_lineprof - v0.6.0

Published by ymyzk almost 6 years ago

  • Add regex option to FilenameFilter and NameFilter
  • Add accumulate mode
  • Add benchmarks using asv #14
  • Add type hints to Cython extension
  • Improve the result when a source file is not found
  • Update Cython to 0.29.x
  • Minor improvements
wsgi_lineprof - v0.5.0

Published by ymyzk about 6 years ago

  • Add Python 3.7 support and drop Python 3.3 support (#10 #11)
  • Add async_stream option (#9 #12) (Thanks @denzow)
  • Update Python to 0.28.x
  • Improved type hints and PEP 561 support (#13)
  • Small improvements
wsgi_lineprof - v0.4.0

Published by ymyzk about 7 years ago

  • Update Cython to 0.26.x #4
  • Update mypy #5
  • Minor improvements
wsgi_lineprof - v0.3.0

Published by ymyzk almost 8 years ago

  • Support Python 3.6
  • Update Cython
wsgi_lineprof - v0.2.0

Published by ymyzk almost 8 years ago

  • Update documentation in README.rst
  • Introduce type hints
  • Add filters (available in wsgi_lineprof.filters)
wsgi_lineprof - v0.1.1

Published by ymyzk about 8 years ago

  • Update setup.py to resolve problems during packaging