Skip to content

Commit

Permalink
Do write out the APEX_MAIN timer at exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Mar 4, 2020
1 parent c8bd682 commit 8ba5090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apex/profiler_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,10 @@ std::unordered_set<profile*> free_profiles;
* a thread_instance object that is NOT a worker. */
thread_instance::instance(false);
string action_name = task_id.get_name();
/*
if (action_name.compare(APEX_MAIN) == 0) {
return; // don't write out apex main timer
}
} */
string shorter(action_name);
size_t maxlength = 41;
if (timer) maxlength = 52;
Expand Down

0 comments on commit 8ba5090

Please sign in to comment.