diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-28 14:55:21 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-04-28 14:56:29 +0200 |
| commit | 08db521ad4ac9718a1a41e1c32b22f34c123d33a (patch) | |
| tree | 78fefebffdcc39e7af50dd96492488cfcf3c63a9 /src/chattyparser.py | |
| parent | 289cc71e11fe05b9e06f13dd4a3d67401825c82c (diff) | |
| download | allocbench-08db521ad4ac9718a1a41e1c32b22f34c123d33a.tar.gz allocbench-08db521ad4ac9718a1a41e1c32b22f34c123d33a.zip | |
chattymalloc: trace thread_termination
Diffstat (limited to 'src/chattyparser.py')
| -rwxr-xr-x | src/chattyparser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chattyparser.py b/src/chattyparser.py index 69bdf74..33dbf88 100755 --- a/src/chattyparser.py +++ b/src/chattyparser.py @@ -41,6 +41,7 @@ class Function(Enum): valloc = 6 pvalloc = 7 aligned_alloc = 8 + thread_termination = 9 class Trace: |
