aboutsummaryrefslogtreecommitdiff
path: root/src/chattyparser.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | It now understands all from chattymalloc traced functions. The parsing logic is simplified and commented. Parsed results are passed instead of re-parsed in plot functions.
* readd chattyparserFlorian Fischer2019-08-221-0/+165
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-165/+0
| | | | Use systemwide installed allocators by default
* fix some flake8 linting errorsFlorian Fischer2019-02-021-18/+25
|
* move source code to src/Florian Fischer2019-01-151-0/+158