adding timestamps dispatch/begin/end/complete

Change-Id: I8c23e5f7ff75174243224ff008ba266553ee30c8
Этот коммит содержится в:
Evgeny
2018-03-05 20:59:01 -06:00
родитель e009b48127
Коммит 363700581a
8 изменённых файлов: 222 добавлений и 64 удалений
+2
Просмотреть файл
@@ -12,4 +12,6 @@ InterceptQueue::queue_callback_t InterceptQueue::destroy_callback_ = NULL;
void* InterceptQueue::callback_data_ = NULL;
InterceptQueue::obj_map_t* InterceptQueue::obj_map_ = NULL;
const char* InterceptQueue::kernel_none_ = "";
uint64_t InterceptQueue::timeout_ = UINT64_MAX;
Tracker* InterceptQueue::tracker_ = NULL;
} // namespace rocprofiler