Jonathan R. Madsen
1343c6722a
offset thread ids where possible ( #130 )
...
- configure known background threads to start indexing down from TIMEMORY_MAX_THREADS
- invoke sampling::shutdown() instead of just blocking signals where possible
2022-08-08 08:37:37 -05:00
Jonathan R. Madsen
0729e1737b
Pthread category region ( #102 )
...
* Perfetto args support for pthread functions
* Add pthread category
2022-07-22 16:45:35 -05:00
Jonathan R. Madsen
c006e542a5
Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE ( #97 )
...
Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE and similar where possible
2022-07-21 11:15:26 -05:00
Jonathan R. Madsen
27e4e82376
Deprecate omnitrace use thread sampling ( #68 )
...
* Deprecate OMNITRACE_USE_THREAD_SAMPLING
* Reworked config based on OMNITRACE_MODE
- config::set_default_setting_value(...)
- config::get_mode() is now dynamically deduced
- moved tweaking defaults from library.cpp to config::configure_mode_settings(...)
- timemory submodule update fixing vsetting issue
* runtime.md update
* revert accidental lambda name change
* Reintroduce (deprecated) OMNITRACE_ROCM_SMI_DEVICES
- add handle_deprecated_setting(...) for this deprecated setting
2022-06-24 15:03:15 -05:00