| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chattymalloc: use external chattymalloc repository | Florian Fischer | 2020-05-05 | 1 | -43/+0 |
| | | |||||
| * | improve chattymalloc trace infrastructure | Florian Fischer | 2020-05-01 | 1 | -2/+4 |
| | | | | | | | | * Detect empty entries. * Parse the trace entries using the struct python library * fix realloc accounting * multiple fixes in chattyparser | ||||
| * | chattymalloc: trace thread_termination | Florian Fischer | 2020-04-28 | 1 | -1/+11 |
| | | |||||
| * | improve chattymalloc and chattyparser | Florian Fischer | 2020-01-17 | 1 | -0/+31 |
| chattymalloc is now more deterministic through binary logging. It seems we aren't loosing traces anymore and need less space. Each thread has it private tracebuffer, which gets passed to write() for each function call. chattyparser now parses binary traces while producing a plain text representation. It can also detect mostly all possible false sharing through traking the cached lines for all life allocations. Only allocations passed between threads are not tracked correctly as well as thread termination. | |||||
