Aug. 17, 2016
10:38 a.m.
The Python perf module is a toolkit to write, run, analyze and modify benchmarks: http://perf.readthedocs.io/en/latest/
Version 0.7.3 (2016-08-17):
- add a new
slowestcommand - convert: add
--extract-metadata=NAME - add
--tracemallocoption: use thetracemallocmodule to track Python memory allocation and get the peak of memory usage in metadata (tracemalloc_peak) - add
--track-memoryoption: run a thread reading the memory usage every millisecond and store the peak asmem_peakmetadata compare_to: add--group-by-speed(-G) and--min-speedoptions- metadata: add
runnable_threads - Fix issues on ppc64le Power8
Victor
3624
Age (days ago)
3624
Last active (days ago)
0 comments
1 participants
participants (1)
-
Victor Stinner