Easier readable profile statistics -- especially for caller and callee analysis
Project description
“profile.Profile” improvement
I started the implementation of this module in order to improve the profiler’s calibration using statistical methods. Unfortunately, variance proved to be far too high and my calibration trials did not converge even for large sample sets. I had to abandon this approach.
The code is still there (in case anyone would like to look what I have tried) but I do not use it.
“pstats.Stats” improvement
Beside the profiler’s not so good calibration, I was not satisfied with “pstats” format especially for the caller and callee analysis and with its insistence to write to “stdout”.
Therefore, I derived a new class Stats from pstats.Stats and added new methods showStats, showCallers and showCallees which correspond to print_stats, print_callers and print_callees. They write to a file set with setOutputFile (default sys.stdout) and use a different output format. For showCallers and showCallees it is much more readable than the format used by print_callers and print_callees. I am not sure that this is also the case for the format used for showStats versus print_stats.
When you are using “Stats.print_callers” or “Stats.print_callees” and find their output unreadable, then a switch to “dm.profile.Stats” may be profitable for you.
The method showHeader outputs header information (with involved files, top level functions, number of calls and profiled time).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dm.profile-1.0.tar.gz
.
File metadata
- Download URL: dm.profile-1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78679a396e864ba02975e8014c6807718663ba511fa1d96c19714ce89f6e7656 |
|
MD5 | c944bfef49d7e3bcc95e1f3a26e426e8 |
|
BLAKE2b-256 | c237b309ea83d6eb8415e349adf5dde102a94ec326818f7c03fef28d7fbb0e40 |