Minor updates for transpose, timemory submodule, roctracer, and omnitrace exe (#4)

* transpose usage message

* timemory submodule update

* roctracer updates

- Changes to verbosity of roctracer::shutdown
- protect_flush_activity prevents deadlock when error in callback

* Removed linking to timemory-cxx in omnitrace

- omnitrace exe does not link to `timemory-cxx` target
This commit is contained in:
Jonathan R. Madsen
2022-05-24 18:35:33 -05:00
committed by GitHub
parent f26b3b81d6
commit 5b2c27cccd
7 changed files with 76 additions and 12 deletions
+1 -1
View File
@@ -22,9 +22,9 @@ target_link_libraries(
omnitrace-exe
PRIVATE omnitrace::omnitrace-headers
omnitrace::omnitrace-dyninst
omnitrace::omnitrace-timemory
omnitrace::omnitrace-compile-options
omnitrace::omnitrace-compile-definitions
timemory::timemory-headers
$<IF:$<BOOL:${OMNITRACE_USE_SANITIZER}>,omnitrace::omnitrace-sanitizer,>)
set_target_properties(
+2
View File
@@ -24,6 +24,8 @@
#include "fwd.hpp"
#include <timemory/config.hpp>
#include <timemory/hash.hpp>
#include <timemory/manager.hpp>
#include <timemory/settings.hpp>
#include <algorithm>