Some fixes to tracing.

[ROCm/hip commit: ecbb494a58]
This commit is contained in:
Ben Sander
2017-07-28 22:13:43 -05:00
parent a9dce0cfe8
commit 4a234edea9
3 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ namespace hip_impl
}
if (COMPILE_HIP_DB && HIP_TRACE_API) {
std::cerr << API_COLOR << os.str() << API_COLOR_END
<< std::endl;
std::string fullStr;
recordApiTrace(&fullStr, os.str());
}
}
}