ThreadTraceViewer trace format

[ROCm/rocprofiler commit: 32e9dfb1d9]
This commit is contained in:
Evgeny
2017-11-27 14:41:05 -06:00
parent eebfea0de4
commit 586b8773e9
2 changed files with 43 additions and 32 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
#ifndef SRC_UTIL_EXCEPTION_H_
#define SRC_UTIL_EXCEPTION_H_
#include <exception>
#include <string>
#include <sstream>
#include <hsa_ven_amd_aqlprofile.h>
#include <exception>
#include <sstream>
#include <string>
#define EXC_RAISING(error, stream) { \
std::ostringstream oss; oss << __FUNCTION__ << "(), " << stream; \
throw rocprofiler::util::exception(error, oss.str()); \