aboutsummaryrefslogtreecommitdiff
path: root/chattyparser.py
Commit message (Collapse)AuthorAgeFilesLines
* [chattyparser] fix formating of nanosecondsHEADmasterFlorian Fischer2020-07-231-4/+4
|
* [chattyparser] add total time spend in allocator to ascii summaryFlorian Fischer2020-07-231-0/+4
|
* add tracing of execution timesFlorian Fischer2020-07-231-6/+53
|
* [chattyparser] add tracking of threadsFlorian Fischer2020-07-181-2/+17
|
* [chattyparser] improve chattyparserFlorian Fischer2020-07-031-86/+152
| | | | | | | * fix allocation sizes of calloc * add option to check if some allocations (including headers) overlap * collect allocation size histograms per function * only plot life memory graph when --memusgae is set
* chattyparser.py: save size of freed pointer in the free trace entryFlorian Fischer2020-05-141-0/+2
|
* chattyparser.py: remove depth from Trace __str__Florian Fischer2020-05-141-1/+1
|
* add simple READMEFlorian Fischer2020-05-041-1/+1
|
* add chattyparserFlorian Fischer2020-05-041-0/+416