Format ostream ops

Change-Id: I8c609b1ef82e02f3547541c2cc47dec3a4f1c7b3
This commit is contained in:
Evgeny
2020-08-28 06:31:24 -05:00
parent 156d9327cc
commit e9b8de644e
3 changed files with 72 additions and 15 deletions
+1
View File
@@ -1110,6 +1110,7 @@ extern "C" PUBLIC_API void OnUnload() {
extern "C" CONSTRUCTOR_API void constructor() {
ONLOAD_TRACE_BEG();
roctracer::hip_support::HIP_depth_max = 0;
roctx_trace_buffer = new roctracer::TraceBuffer<roctx_trace_entry_t>("rocTX API", 0x200000, &roctx_flush_prm, 1);
hip_api_trace_buffer = new roctracer::TraceBuffer<hip_api_trace_entry_t>("HIP API", 0x200000, &hip_api_flush_prm, 1);
hip_act_trace_buffer = new roctracer::TraceBuffer<hip_act_trace_entry_t>("HIP ACT", 0x200000, &hip_act_flush_prm, 1, 1);