Skip to content

Commit

Permalink
removing debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 30, 2020
1 parent e6ca64a commit f606f26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apex/trace_event_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ std::string trace_event_listener::make_tid (uint32_t device, uint32_t context, u
if (vthread_map.count(tmp) == 0) {
size_t id = vthread_map.size()+1;
uint32_t id_reversed = simple_reverse(id);
std::cout << "New GPU thread with id: " << id << " and reversed: " << id_reversed << std::endl;
vthread_map.insert(std::pair<cuda_thread_node, size_t>(tmp,id_reversed));
std::stringstream ss;
ss << "{\"name\":\"thread_name\""
Expand Down

0 comments on commit f606f26

Please sign in to comment.