Skip to content

Commit

Permalink
Update tracer_tool.cu
Browse files Browse the repository at this point in the history
Make the tracer create compressed (xz) trace files by default.
  • Loading branch information
FJShen authored Jan 23, 2025
1 parent 73f9fac commit eb393c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tracer_nvbit/tracer_tool/tracer_tool.cu
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void nvbit_at_init() {
GET_VAR_INT(user_defined_folders, "USER_DEFINED_FOLDERS", 0,
"Uses the user defined "
"folder TRACES_FOLDER path environment");
GET_VAR_INT(xz_compress_trace, "TRACE_FILE_COMPRESS", 0,
GET_VAR_INT(xz_compress_trace, "TRACE_FILE_COMPRESS", 1,
"Create xz-compressed trace"
"file");
std::string pad(100, '-');
Expand Down

0 comments on commit eb393c5

Please sign in to comment.