index
:
allocbench
align_to_cl
artifact
binary_chattymalloc
bumpptrs
cache_exclusive_alloc
catch_abort
glibc-cacheline-exclusive
introduce_gitlab-ci
keydb
lld
logging
loop_keep_allocs
master
nop
pgfplots
redis
wait4_rusage
benchmark tool for POSIX memory allocators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add initial keydb benchmark without plots
keydb
Florian Fischer
2020-02-18
1
-0
/
+112
*
build glibc in parallel
Florian Fischer
2020-02-18
1
-1
/
+3
*
allow consecutive builds of tcmalloc
Florian Fischer
2020-02-18
1
-1
/
+1
*
build tcmalloc optimized
Florian Fischer
2020-02-18
1
-1
/
+2
*
add new standalone TCMalloc
Florian Fischer
2020-02-17
2
-9
/
+58
*
update existing GitArtifacts
Florian Fischer
2020-02-17
1
-0
/
+8
*
fix preparation of non-server cmds
Florian Fischer
2020-02-17
1
-1
/
+1
*
don't use gettid glibc wrapper
Florian Fischer
2020-02-12
1
-1
/
+2
*
add license header to benchmark.py
Florian Fischer
2020-02-11
1
-0
/
+18
*
implement analysis of specific allocator and benchmark combinations
Florian Fischer
2020-02-09
2
-1
/
+109
*
wait for server termination after executing the shutdown commands
Florian Fischer
2020-02-09
1
-1
/
+4
*
unify the use of LD_PRELOAD between server and non-server commands
Florian Fischer
2020-02-09
1
-42
/
+47
*
fix order of LD_PRELOAD
Florian Fischer
2020-02-09
1
-5
/
+6
*
print debug message with exception traceback during server startup
Florian Fischer
2020-02-09
1
-1
/
+2
*
add benchmark directory to PATH during run
Florian Fischer
2020-02-09
1
-0
/
+3
*
only create txt trace file if we export to txt
Florian Fischer
2020-02-09
1
-1
/
+6
*
search for alloc_foo in src/allocators/alloc.py
Florian Fischer
2020-01-30
1
-2
/
+2
*
fix missing output messages
Florian Fischer
2020-01-24
1
-2
/
+3
*
Merge branch 'binary_chattymalloc'
Florian Fischer
2020-01-24
4
-233
/
+472
|
\
|
*
improve usability of chattyparser
binary_chattymalloc
Florian Fischer
2020-01-24
1
-20
/
+52
|
*
use memory mapped file instead of write to store the trace
Florian Fischer
2020-01-24
1
-21
/
+106
|
*
also mark if one tid holds two parts of cacheline
Florian Fischer
2020-01-23
1
-2
/
+7
|
*
fix compilation of chattymalloc
Florian Fischer
2020-01-22
1
-1
/
+1
|
*
improve chattymalloc and chattyparser
Florian Fischer
2020-01-17
4
-217
/
+334
*
|
loop: use debug compiler flags per default
Florian Fischer
2020-01-23
1
-3
/
+3
|
/
*
Revert "add tid to chattymalloc log"
Florian Fischer
2020-01-16
2
-13
/
+9
*
add tid to chattymalloc log
Florian Fischer
2020-01-08
2
-9
/
+13
*
fmt chattyparser using yapf
Florian Fischer
2019-12-28
1
-26
/
+68
*
use class members like normal people
Florian Fischer
2019-12-28
2
-24
/
+18
*
use file=None to print to stdout this fixes print_* for xonsh
Florian Fischer
2019-12-18
1
-7
/
+7
*
remove useless whitespace
Florian Fischer
2019-12-18
1
-2
/
+0
*
fix allocator.py
Florian Fischer
2019-12-18
1
-14
/
+14
*
fmt allocator.py with yapf
Florian Fischer
2019-12-14
1
-18
/
+30
*
refactor allocator.py
Florian Fischer
2019-12-14
1
-47
/
+44
*
change default output_verbosity of run_cmd to two
Florian Fischer
2019-12-14
2
-3
/
+3
*
use sys.exit instead of exit and other small code improvements
Florian Fischer
2019-12-14
2
-5
/
+4
*
fix facter bugs found by pylint
Florian Fischer
2019-12-14
1
-9
/
+9
*
fix and improve mysql prepare
Florian Fischer
2019-12-14
1
-12
/
+20
*
fix GitArtifact.provide
Florian Fischer
2019-12-14
1
-5
/
+7
*
add subprocess.run shell parameter to run_cmd
Florian Fischer
2019-12-14
1
-5
/
+7
*
move allocbench_version to facter and make the facts a global variable of fac...
Florian Fischer
2019-12-14
4
-45
/
+30
*
use run_cmd in util.py
Florian Fischer
2019-12-13
1
-3
/
+2
*
use new run_cmd wrapper in artifact.py
Florian Fischer
2019-12-13
1
-27
/
+5
*
introduce verbosity aware subprocess.run wrapper and use it in benchmarks
Florian Fischer
2019-12-13
4
-46
/
+52
*
remove unused imports
Florian Fischer
2019-12-13
1
-2
/
+0
*
always output if we retrieve aqn artifact
Florian Fischer
2019-12-13
1
-2
/
+2
*
collect vmhwm for servers and use it for mysql, httpd and redis
Florian Fischer
2019-12-11
4
-45
/
+43
*
format artifact.py using yapf
Florian Fischer
2019-12-11
1
-19
/
+39
*
fmt benchmark definitions with yapf
Florian Fischer
2019-12-11
13
-193
/
+258
*
format the __init__ files, facter and util using yapf
Florian Fischer
2019-12-11
4
-15
/
+24
[next]