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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
print debug message with command line of subcommands
Florian Fischer
2020-02-26
1
-0
/
+2
*
use file=None to print to stdout this fixes print_* for xonsh
Florian Fischer
2019-12-18
1
-7
/
+7
*
change default output_verbosity of run_cmd to two
Florian Fischer
2019-12-14
1
-1
/
+1
*
use sys.exit instead of exit and other small code improvements
Florian Fischer
2019-12-14
1
-3
/
+2
*
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
1
-25
/
+0
*
use run_cmd in util.py
Florian Fischer
2019-12-13
1
-3
/
+2
*
introduce verbosity aware subprocess.run wrapper and use it in benchmarks
Florian Fischer
2019-12-13
1
-0
/
+26
*
format the __init__ files, facter and util using yapf
Florian Fischer
2019-12-11
1
-10
/
+16
*
Merge branch 'artifact'
Florian Fischer
2019-09-29
1
-12
/
+11
|
\
|
*
use ArchiveArtifacts for all benchmark resources
Florian Fischer
2019-09-23
1
-12
/
+0
|
*
Add ArchiveArtifacts
Florian Fischer
2019-09-22
1
-0
/
+11
*
|
remove whitespace and comment global vars
Florian Fischer
2019-09-21
1
-2
/
+2
|
/
*
fix src.util.prefix_cmd_with_abspath for commands without arguments
Florian Fischer
2019-09-04
1
-2
/
+7
*
add --version flag to executables
Florian Fischer
2019-08-30
1
-0
/
+23
*
move urlretrieve report hook to util.py and use archive in dj_trace
Florian Fischer
2019-08-29
1
-0
/
+11
*
add license header and docstrings
Florian Fischer
2019-08-29
1
-1
/
+31
*
add license info to merge.py
Florian Fischer
2019-08-27
1
-0
/
+6
*
remove -vdebug flag
Florian Fischer
2019-08-26
1
-1
/
+1
*
fix benchmarks without measure command
Florian Fischer
2019-08-20
1
-1
/
+1
*
don't try to prefix cmd with is already an absolute path
Florian Fischer
2019-08-12
1
-0
/
+3
*
apply some flake8 hints
Florian Fischer
2019-06-19
1
-3
/
+9
*
add function to prefix cmd with abspath using whereis
Florian Fischer
2019-05-15
1
-0
/
+18
*
move find_cmd to src/util.py
Florian Fischer
2019-04-02
1
-0
/
+21
*
colorize output only for ttys
Florian Fischer
2019-03-22
1
-2
/
+8
*
add plain text summary to dj_trace
Florian Fischer
2019-03-19
1
-17
/
+17
*
don't use colorama for color escape codes
Florian Fischer
2019-03-05
1
-3
/
+6
*
add new verbosity and colored output
Florian Fischer
2019-03-05
1
-0
/
+43