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
*
don't parse output from abnormally terminated commands
Florian Fischer
2020-02-21
1
-3
/
+5
*
simplify MOP/s calculation for the loop micro benchmark
Florian Fischer
2020-02-20
1
-16
/
+19
*
add falsesharing pgfplot
Florian Fischer
2020-02-20
1
-9
/
+24
*
add blowup pgfplot
Florian Fischer
2020-02-20
1
-1
/
+11
*
add support for pgf bar plots and error bars
Florian Fischer
2020-02-20
1
-7
/
+25
*
rename gperftools tcmallocs
Florian Fischer
2020-02-20
1
-4
/
+4
*
Merge branch 'pgfplots'
Florian Fischer
2020-02-20
14
-651
/
+941
|
\
|
*
define a style per allocator
pgfplots
Florian Fischer
2020-02-12
1
-3
/
+5
|
*
improve default labels
Florian Fischer
2020-02-11
1
-4
/
+4
|
*
use str.format labels and fix value retrieval in pgfplot_linear
Florian Fischer
2020-02-11
1
-4
/
+9
|
*
add legend file name to pgfplot_legend arguments
Florian Fischer
2020-02-11
1
-2
/
+2
|
*
set any missing allocator color
Florian Fischer
2020-02-11
1
-6
/
+22
|
*
add summarize option to specify a custom latex preamble
Florian Fischer
2020-02-11
2
-0
/
+8
|
*
replace eval with str.format labels in loop.py
Florian Fischer
2020-02-11
1
-7
/
+7
|
*
format dj_trace.py using yapf
Florian Fischer
2020-02-11
1
-116
/
+201
|
*
cleanup plot code
Florian Fischer
2020-02-11
8
-148
/
+171
|
*
move plotting code from src.benchmark to src.plots
Florian Fischer
2020-02-11
12
-633
/
+672
|
*
implement standalone pgfplot legend creation
Florian Fischer
2020-02-11
2
-0
/
+55
|
*
use allocbench colors in pgfplot
Florian Fischer
2020-02-11
1
-7
/
+13
|
*
generate an example pgfplot for the loop benchmark
Florian Fischer
2020-01-23
1
-0
/
+8
|
*
add simple pgfplot function
Florian Fischer
2020-01-23
1
-0
/
+42
*
|
change keydb server threads to recommended amount
Florian Fischer
2020-02-20
1
-1
/
+1
*
|
add exec wrapper after prefix_cmd
Florian Fischer
2020-02-20
1
-1
/
+3
*
|
only build keydb or memtier_benchmark if they don't exists
Florian Fischer
2020-02-20
1
-23
/
+29
*
|
fix tcmalloc_gperftools_cacheline_exclusive
Florian Fischer
2020-02-19
1
-1
/
+1
*
|
only parse csv output from non-server commands
Florian Fischer
2020-02-19
1
-11
/
+12
*
|
fix all collection
Florian Fischer
2020-02-19
1
-1
/
+1
*
|
use real keydb arguments and add plots
Florian Fischer
2020-02-19
1
-7
/
+11
*
|
Merge branch 'keydb'
Florian Fischer
2020-02-19
1
-0
/
+112
|
\
\
|
*
|
add initial keydb benchmark without plots
keydb
Florian Fischer
2020-02-18
1
-0
/
+112
*
|
|
add tcmalloc collection to all collection
Florian Fischer
2020-02-19
1
-2
/
+2
*
|
|
fix tcmalloc_align
align_to_cl
Florian Fischer
2020-02-19
1
-1
/
+1
*
|
|
add aligned version of new tcmalloc implementation
Florian Fischer
2020-02-19
2
-1
/
+8
*
|
|
Merge branch 'master' into align_to_cl
Florian Fischer
2020-02-19
8
-16
/
+99
|
\
\
\
|
*
|
|
fix tcmallocs in all allocator definition
Florian Fischer
2020-02-18
1
-2
/
+3
|
|
/
/
|
*
|
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
*
|
|
add tcmalloc 64 bit alignment patch and allocator definition
Florian Fischer
2020-02-17
2
-1
/
+32
*
|
|
use align_to_cl.so in front of TCMalloc
Florian Fischer
2020-02-09
2
-1
/
+30
*
|
|
add simple malloc hook which alignes all sizes to multiple of 64
Florian Fischer
2020-02-09
2
-1
/
+245
|
/
/
*
|
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
[next]