Some fixes to tracing.

This commit is contained in:
Ben Sander
2017-07-28 22:13:43 -05:00
parent 9cede50942
commit ecbb494a58
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());
}
}
}