adding timestamps dispatch/begin/end/complete

Change-Id: I8c23e5f7ff75174243224ff008ba266553ee30c8


[ROCm/rocprofiler commit: 363700581a]
This commit is contained in:
Evgeny
2018-03-05 20:59:01 -06:00
förälder 7b1d142d54
incheckning 777eb116d4
8 ändrade filer med 222 tillägg och 64 borttagningar
@@ -146,6 +146,7 @@ CONSTRUCTOR_API void constructor() {
if (timeout_str != NULL) {
const uint64_t timeout_val = strtoull(timeout_str, NULL, 0);
Context::SetTimeout(timeout_val);
InterceptQueue::SetTimeout(timeout_val);
}
}