0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pprofile: Fix code aliasing. More... over 6 years ago
pprofile: Fix LineIterator on python2. More... over 6 years ago
Travis: reduce output size. More... over 6 years ago
zpprofile: Rework _getFilename. More... over 6 years ago
pprofile: Detect UTF-8 BOM to set encoding. More... over 6 years ago
zpprofile: Simplify and optimise f_code retrieval. More... over 6 years ago
zpprofile: Remove unused global. More... over 6 years ago
zpprofile: Add support for producing zipfile. More... over 6 years ago
zpprofile: Fix support for all-threads statistical profiling. More... over 6 years ago
zpprofile: Disable garbage collection during profiling. More... over 6 years ago
zpprofile: Make getline always return unicode objects. More... over 6 years ago
pprofile: Let custom getline implementation return unicode objects. More... over 6 years ago
pprofile: Fix support for one-liner inline methods. More... over 6 years ago
pprofile: Fix verbose output indentation. More... over 6 years ago
pprofile: Properly quote commandline. More... over 6 years ago
Revert "pprofile: Do not append line number to function name in _getFuncOrFile." More... over 6 years ago
pprofile: Change FileTiming.call_dict content. More... over 6 years ago
pprofile: Improve local variable name in getHitStatsFor. More... over 6 years ago
pprofile: Fix commandline not being unicode on python2 More... over 6 years ago
pprofile: Fold single-use variable. More... over 6 years ago
pprofile: Use io.open instead of __builtin__.open . More... over 6 years ago
pprofile: Use human-readable event names. More... over 6 years ago
pprofile: Drop redundant code. More... over 6 years ago
pprofile: Track recursive calls by call site. More... over 6 years ago
pprofile: Fix __slot__ errors on python3. More... over 6 years ago
pprofile: Cache file timing per func_code at first level. More... over 6 years ago
demo/fibo: Print speed percentage with 2 decimals. More... over 6 years ago
pprofile: Share enabled_start between threads. More... over 6 years ago
pprofile: Reduce deterministic profiling overhead. More... over 6 years ago
demo: Add fibonacci-based profiling overhead benchmark. More... over 6 years ago