aboutsummaryrefslogtreecommitdiff
path: root/src/chattyparser.py
Commit message (Expand)AuthorAgeFilesLines
* improve usability of chattyparserbinary_chattymallocFlorian Fischer2020-01-241-20/+52
* also mark if one tid holds two parts of cachelineFlorian Fischer2020-01-231-2/+7
* improve chattymalloc and chattyparserFlorian Fischer2020-01-171-146/+203
* Revert "add tid to chattymalloc log"Florian Fischer2020-01-161-10/+9
* add tid to chattymalloc logFlorian Fischer2020-01-081-9/+10
* fmt chattyparser using yapfFlorian Fischer2019-12-281-26/+68
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-141-2/+2
* improve top10 percentagesFlorian Fischer2019-10-161-4/+4
* fix bins and top10 order in histogramsFlorian Fischer2019-10-141-8/+12
* produce ascii histograms with scripts/matplotlib_histograms.pyFlorian Fischer2019-10-141-6/+11
* add license header top 10 sizes in histogram and docstringsFlorian Fischer2019-08-291-6/+35
* improve chattymalloc code with pylintFlorian Fischer2019-08-271-46/+54
* make chattyparser.py an executable plotting a chattymalloc output fileFlorian Fischer2019-08-221-0/+12
* return requested_size as numpy array and plot memory in KBFlorian Fischer2019-08-221-4/+5
* improve chattyparserFlorian Fischer2019-08-221-74/+88
* readd chattyparserFlorian Fischer2019-08-221-0/+165
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-165/+0
* fix some flake8 linting errorsFlorian Fischer2019-02-021-18/+25
* move source code to src/Florian Fischer2019-01-151-0/+158