adding major and minor library versions

[ROCm/rocprofiler commit: 6560364df1]
This commit is contained in:
Evgeny
2018-02-07 09:41:17 -06:00
parent 4b7e5f51da
commit 6960dcd77e
9 changed files with 107 additions and 53 deletions
+2
View File
@@ -91,6 +91,8 @@ class Logger {
std::lock_guard<mutex_t> lck(mutex_);
if (messaging) {
message_[GetTid()] = "";
} else if (streaming_) {
Put("\n");
}
messaging_ = messaging;
streaming_ = messaging;