Skip to content

Commit

Permalink
Adding output for gtrace output
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 13, 2021
1 parent bf6a256 commit ff97277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apex/trace_event_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ void trace_event_listener::flush_trace(void) {
if (!trace_file.is_open()) {
saved_node_id = apex::instance()->get_node_id();
std::stringstream ss;
ss << apex_options::output_file_path() << "/";
ss << "trace_events." << saved_node_id << ".json";
trace_file.open(ss.str());
}
Expand Down

0 comments on commit ff97277

Please sign in to comment.