index
:
chattymalloc
master
high-performance shared library based malloc tracer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add tracing of execution times
Florian Fischer
2020-07-23
3
-21
/
+111
*
[make] rename check-format which checks only the python code to check-pyformat
Florian Fischer
2020-07-23
1
-2
/
+2
*
[chattymalloc] add pid to trace file name to support fork/exec
Florian Fischer
2020-07-23
1
-1
/
+6
*
[chattyparser] add tracking of threads
Florian Fischer
2020-07-18
1
-2
/
+17
*
Merge branch 'gitlab-ci' into 'master'
Florian Fischer
2020-07-03
1
-0
/
+21
|
\
|
*
[gitlab-ci] add simple pipeline which builds chattymalloc and checks the code...
Florian Fischer
2020-07-03
1
-0
/
+21
|
/
*
[chattyparser] improve chattyparser
Florian Fischer
2020-07-03
1
-86
/
+152
*
[chattymalloc] fix multiple sources of crashes
Florian Fischer
2020-07-03
1
-5
/
+24
*
fixup! [build] add yapf to check and format python code
Florian Fischer
2020-07-03
1
-1
/
+1
*
[build] add yapf to check and format python code
Florian Fischer
2020-07-03
2
-0
/
+6
*
[gitignore] add __pycache__
Florian Fischer
2020-07-03
1
-0
/
+1
*
chattyparser.py: save size of freed pointer in the free trace entry
Florian Fischer
2020-05-14
1
-0
/
+2
*
chattyparser.py: remove depth from Trace __str__
Florian Fischer
2020-05-14
1
-1
/
+1
*
performant is not an english word
Florian Fischer
2020-05-04
1
-1
/
+1
*
improve README
Florian Fischer
2020-05-04
1
-3
/
+3
*
add git url to README
Florian Fischer
2020-05-04
1
-2
/
+4
*
add simple README
Florian Fischer
2020-05-04
2
-1
/
+46
*
add chattyparser
Florian Fischer
2020-05-04
1
-0
/
+416
*
copy speedymalloc's build system
Florian Fischer
2020-05-04
4
-0
/
+90
*
initial chattymalloc standalone commit
Florian Fischer
2020-05-04
6
-0
/
+1130