aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* improve chattymalloc and chattyparserFlorian Fischer2020-01-171-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 gitignoresFlorian Fischer2019-10-161-7/+1
|
* improve ignoresFlorian Fischer2019-10-161-2/+2
|
* cleanup .gitignoreFlorian Fischer2019-10-131-3/+0
|
* ignore cache/*Florian Fischer2019-09-211-0/+1
|
* ignore src/obj directoryFlorian Fischer2019-09-091-0/+1
|
* readd chattymallocFlorian Fischer2019-08-221-0/+1
|
* add lld benchmark using lld provided benchmarkslldFlorian Fischer2019-08-201-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 gitignoreFlorian Fischer2019-02-271-0/+1
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-1/+1
| | | | Use systemwide installed allocators by default
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-021-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__ dirsFlorian Fischer2019-01-221-1/+1
|
* ignore dj_workloads and targets dirFlorian Fischer2019-01-221-0/+2
|
* move source code to src/Florian Fischer2019-01-151-1/+2
|
* add hist files to gitignoreFlorian Fischer2018-09-011-0/+1
|
* add status to gitignoreFlorian Fischer2018-08-241-0/+1
|
* add data and log files to gitignoreFlorian Fischer2018-08-131-0/+2
|
* add save files to gitignoreFlorian Fischer2018-07-141-0/+1
|
* add pycache and gdb history to gitignoreFlorian Fischer2018-07-131-0/+2
|
* add pngs to gitignoreFlorian Fischer2018-07-131-0/+1
|
* add basic gitignoreFlorian Fischer2018-07-091-0/+1