| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve chattymalloc and chattyparser | Florian Fischer | 2020-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | 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. | ||||
| * | cleanup gitignores | Florian Fischer | 2019-10-16 | 1 | -7/+1 |
| | | |||||
| * | improve ignores | Florian Fischer | 2019-10-16 | 1 | -2/+2 |
| | | |||||
| * | cleanup .gitignore | Florian Fischer | 2019-10-13 | 1 | -3/+0 |
| | | |||||
| * | ignore cache/* | Florian Fischer | 2019-09-21 | 1 | -0/+1 |
| | | |||||
| * | ignore src/obj directory | Florian Fischer | 2019-09-09 | 1 | -0/+1 |
| | | |||||
| * | readd chattymalloc | Florian Fischer | 2019-08-22 | 1 | -0/+1 |
| | | |||||
| * | add lld benchmark using lld provided benchmarkslld | Florian Fischer | 2019-08-20 | 1 | -0/+1 |
| | | | | | | | | Benchmark changes the current working directory if self.run_dir is set befor each benchmark run. lld does not work with print_status_on_exit.so so reading and removing status is no only done if a status file is available. | ||||
| * | add ctags to gitignore | Florian Fischer | 2019-02-27 | 1 | -0/+1 |
| | | |||||
| * | s/target/allocator/ and remove analyse feature | Florian Fischer | 2019-02-08 | 1 | -1/+1 |
| | | | | | Use systemwide installed allocators by default | ||||
| * | rework build system #2: call make before executing any benchmark | Florian Fischer | 2019-02-02 | 1 | -1/+1 |
| | | | | | | | Make scans the project directory for Makefiles and executes them. The targets should be build by the new targets/Makefile. All included Makefiles are now "quiet" by default. | ||||
| * | ignore all __pycache__ dirs | Florian Fischer | 2019-01-22 | 1 | -1/+1 |
| | | |||||
| * | ignore dj_workloads and targets dir | Florian Fischer | 2019-01-22 | 1 | -0/+2 |
| | | |||||
| * | move source code to src/ | Florian Fischer | 2019-01-15 | 1 | -1/+2 |
| | | |||||
| * | add hist files to gitignore | Florian Fischer | 2018-09-01 | 1 | -0/+1 |
| | | |||||
| * | add status to gitignore | Florian Fischer | 2018-08-24 | 1 | -0/+1 |
| | | |||||
| * | add data and log files to gitignore | Florian Fischer | 2018-08-13 | 1 | -0/+2 |
| | | |||||
| * | add save files to gitignore | Florian Fischer | 2018-07-14 | 1 | -0/+1 |
| | | |||||
| * | add pycache and gdb history to gitignore | Florian Fischer | 2018-07-13 | 1 | -0/+2 |
| | | |||||
| * | add pngs to gitignore | Florian Fischer | 2018-07-13 | 1 | -0/+1 |
| | | |||||
| * | add basic gitignore | Florian Fischer | 2018-07-09 | 1 | -0/+1 |
