diff options
| author | tgrogers <[email protected]> | 2018-03-31 17:56:50 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-31 17:56:50 -0400 |
| commit | 89db73061e043c26df22c7f18d9adb106d8078ac (patch) | |
| tree | 5b101fc8a47c8946c88dbd0e40aec968add7bf68 /src/trace_streams.tup | |
| parent | 6aba79083ec47a78ad2a9572a03cd52f42141def (diff) | |
Getting rid of our constant, annoying prints. Running workloads of any size causes ridiculous output file sizes
Diffstat (limited to 'src/trace_streams.tup')
| -rw-r--r-- | src/trace_streams.tup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace_streams.tup b/src/trace_streams.tup index c41690e..fd68a16 100644 --- a/src/trace_streams.tup +++ b/src/trace_streams.tup @@ -29,5 +29,6 @@ TS_TUP_BEGIN( trace_streams_type ) TS_TUP( WARP_SCHEDULER ), TS_TUP( SCOREBOARD ), TS_TUP( MEMORY_PARTITION_UNIT ), + TS_TUP( LIVENESS ), TS_TUP( NUM_TRACE_STREAMS ) TS_TUP_END( trace_streams_type ) |
