Optional perfetto annotations (#206)

* Misc tweaks

- C API function print with warning colors
- split region/trace start/stop functions into regions.cpp file

* Config option for disabling perfetto annotations

* Missing checks in roctracer.cpp and sampling.cpp

* Verbose makefile in CI

* run-ci uses -VV

* Fix gcc-7 maybe-uninitialized warning

* Fix push/pop perfetto

- moving perfetto::EventContext was causing errors
This commit is contained in:
Jonathan R. Madsen
2022-11-16 09:48:15 -06:00
committed by GitHub
parent 2135f82ab8
commit 2f16e2ecb1
13 changed files with 464 additions and 220 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ if __name__ == "__main__":
"-S",
os.path.join(args.binary_dir, "dashboard.cmake"),
"--output-on-failure",
"-V",
"-VV",
]
+ ctest_args,
check=True,