| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use memory mapped file instead of write to store the trace | Florian Fischer | 2020-01-24 | 1 | -21/+106 |
| | | | | | We use two mappings to reduce waiting time during growth of the trace file. | ||||
| * | improve chattymalloc and chattyparser | Florian Fischer | 2020-01-17 | 1 | -70/+99 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Revert "add tid to chattymalloc log" | Florian Fischer | 2020-01-16 | 1 | -3/+0 |
| | | | | | This reverts commit 0978c0cbbcdca5394b2a0aeeab0771939021fd15. | ||||
| * | add tid to chattymalloc log | Florian Fischer | 2020-01-08 | 1 | -0/+3 |
| | | |||||
| * | read output file path from CHATTYMALLOC_FILE environment variable | Florian Fischer | 2019-08-22 | 1 | -1/+5 |
| | | |||||
| * | write returned from posix_memalign returned ptr to trace | Florian Fischer | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | don't write malloc_stats into trace | Florian Fischer | 2019-08-22 | 1 | -1/+0 |
| | | |||||
| * | readd chattymalloc | Florian Fischer | 2019-08-22 | 1 | -0/+244 |
| | | |||||
| * | s/target/allocator/ and remove analyse feature | Florian Fischer | 2019-02-08 | 1 | -161/+0 |
| | | | | | Use systemwide installed allocators by default | ||||
| * | move source code to src/ | Florian Fischer | 2019-01-15 | 1 | -0/+161 |
