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
/
summarize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[summarize] only summarize benchmarks with a summary method
Florian Fischer
2020-07-19
1
-0
/
+3
*
remove globalvars and pass allocators to Benchmark.run
Florian Fischer
2020-07-14
1
-3
/
+0
*
[logging] call getLogger only with the basename of the module files
Florian Fischer
2020-07-13
1
-3
/
+2
*
[refactoring] fix or ignore many pylint hints
Florian Fischer
2020-07-13
1
-1
/
+1
*
replace print_* functions from allocbench.util if logging
Florian Fischer
2020-07-13
1
-10
/
+15
*
[summarize.py] update and fix the use of most global variables from globalvar
Florian Fischer
2020-07-13
1
-7
/
+9
*
[globalvars] remove list of available benchmarks from globalvars.BENCHMARK to...
Florian Fischer
2020-07-11
1
-1
/
+1
*
[benchmark.py] add function to retrieve Benchmark instance from a module
Florian Fischer
2020-06-02
1
-11
/
+8
*
summarize.py: use less globals and make sets optional
Florian Fischer
2020-06-02
1
-33
/
+50
*
make the whole project more python idiomatic
Florian Fischer
2020-06-02
1
-23
/
+29
*
use IPython for interactive summary if available
Florian Fischer
2020-04-12
1
-2
/
+6
*
add simple interactive summary support
Florian Fischer
2020-04-08
1
-0
/
+7
*
add option to exclude allocators from summary
Florian Fischer
2020-02-25
1
-0
/
+12
*
add verbosity flag to summarize
Florian Fischer
2020-02-22
1
-0
/
+4
*
Merge branch 'pgfplots'
Florian Fischer
2020-02-20
1
-0
/
+6
|
\
|
*
add summarize option to specify a custom latex preamble
Florian Fischer
2020-02-11
1
-0
/
+6
*
|
use argparse version action to print allocbench version
Florian Fischer
2020-01-27
1
-5
/
+2
|
/
*
fmt summarize.py with yapf
Florian Fischer
2019-12-28
1
-20
/
+44
*
readd option to summarize after benchmark run
Florian Fischer
2019-12-28
1
-32
/
+37
*
use sys.exit instead of exit and other small code improvements
Florian Fischer
2019-12-14
1
-2
/
+2
*
move allocbench_version to facter and make the facts a global variable of fac...
Florian Fischer
2019-12-14
1
-2
/
+3
*
support tikz plot using tikzplotlib
Florian Fischer
2019-11-28
1
-0
/
+4
*
remove useless check for facts
Florian Fischer
2019-11-23
1
-4
/
+0
*
let facter handle load/store of global facts
Florian Fischer
2019-11-22
1
-3
/
+2
*
fix typo in option
Florian Fischer
2019-10-16
1
-1
/
+1
*
the matplotlib "C" colors only range till C9
Florian Fischer
2019-10-16
1
-1
/
+1
*
add --version flag to executables
Florian Fischer
2019-08-30
1
-1
/
+5
*
don't summarize empty sets
Florian Fischer
2019-08-28
1
-6
/
+11
*
add license to summarize.py and improve output
Florian Fischer
2019-08-27
1
-13
/
+42
*
move scripts from scripts/ to root and fix some pylint hints
Florian Fischer
2019-08-26
1
-0
/
+113