| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [chattyparser] fix formating of nanosecondsHEADmaster | Florian Fischer | 2020-07-23 | 1 | -4/+4 |
| | | |||||
| * | [chattyparser] add total time spend in allocator to ascii summary | Florian Fischer | 2020-07-23 | 1 | -0/+4 |
| | | |||||
| * | add tracing of execution times | Florian Fischer | 2020-07-23 | 3 | -21/+111 |
| | | |||||
| * | [make] rename check-format which checks only the python code to check-pyformat | Florian Fischer | 2020-07-23 | 1 | -2/+2 |
| | | |||||
| * | [chattymalloc] add pid to trace file name to support fork/exec | Florian Fischer | 2020-07-23 | 1 | -1/+6 |
| | | | | | | | | When a process uses frok and exit both will open the same file and truncated it when they are ready which leads to invalid writes. Now we prepend the trace file name with the pid of the process so each child has its own trace file. | ||||
| * | [chattyparser] add tracking of threads | Florian Fischer | 2020-07-18 | 1 | -2/+17 |
| | | |||||
| * | Merge branch 'gitlab-ci' into 'master' | Florian Fischer | 2020-07-03 | 1 | -0/+21 |
| |\ | | | | | | | | | Add gitlab ci See merge request aj46ezos/chattymalloc!1 | ||||
| | * | [gitlab-ci] add simple pipeline which builds chattymalloc and checks the ↵ | Florian Fischer | 2020-07-03 | 1 | -0/+21 |
| |/ | | | | code style | ||||
| * | [chattyparser] improve chattyparser | Florian Fischer | 2020-07-03 | 1 | -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 | ||||
| * | [chattymalloc] fix multiple sources of crashes | Florian Fischer | 2020-07-03 | 1 | -5/+24 |
| | | | | | | | * Don't trace free(0x0) during init (needed if init fails) * Increase the trace window (on a huge maschine 100000 entries was to small) * Don't trace after our thread destructor ran | ||||
| * | fixup! [build] add yapf to check and format python code | Florian Fischer | 2020-07-03 | 1 | -1/+1 |
| | | |||||
| * | [build] add yapf to check and format python code | Florian Fischer | 2020-07-03 | 2 | -0/+6 |
| | | |||||
| * | [gitignore] add __pycache__ | Florian Fischer | 2020-07-03 | 1 | -0/+1 |
| | | |||||
| * | chattyparser.py: save size of freed pointer in the free trace entry | Florian Fischer | 2020-05-14 | 1 | -0/+2 |
| | | |||||
| * | chattyparser.py: remove depth from Trace __str__ | Florian Fischer | 2020-05-14 | 1 | -1/+1 |
| | | |||||
| * | performant is not an english word | Florian Fischer | 2020-05-04 | 1 | -1/+1 |
| | | |||||
| * | improve README | Florian Fischer | 2020-05-04 | 1 | -3/+3 |
| | | |||||
| * | add git url to README | Florian Fischer | 2020-05-04 | 1 | -2/+4 |
| | | |||||
| * | add simple README | Florian Fischer | 2020-05-04 | 2 | -1/+46 |
| | | |||||
| * | add chattyparser | Florian Fischer | 2020-05-04 | 1 | -0/+416 |
| | | |||||
| * | copy speedymalloc's build system | Florian Fischer | 2020-05-04 | 4 | -0/+90 |
| | | | | | Thanks to Florian Schmaus for most of the work. | ||||
| * | initial chattymalloc standalone commit | Florian Fischer | 2020-05-04 | 6 | -0/+1130 |
