Remove Critical Trace Support (#327)

* Delete core critical-trace files

* Update docs and README

* Update workflows

* Update testing

* Update cmake

* Remove critical trace usage in source code

* Update source/docs/critical_trace.md

- fix spelling

* Formatting

* Update bin/omnitrace-avail/avail.cpp

- statically allocate shared pointers for timemory manager and hash id/aliases to prevent use-after-free errors
This commit is contained in:
Jonathan R. Madsen
2024-04-23 09:35:44 -05:00
committed by GitHub
parent b81db80926
commit 9499e2f521
45 changed files with 55 additions and 2954 deletions
-1
View File
@@ -1225,7 +1225,6 @@ add_core_arguments(parser_t& _parser, parser_data& _data)
add_group_arguments(_parser, "perfetto", _data, true);
add_group_arguments(_parser, "timemory", _data, true);
add_group_arguments(_parser, "rocm", _data, true);
add_group_arguments(_parser, "critical_trace", _data, true);
_parser.start_group("MISCELLANEOUS OPTIONS", "");