Support tracing thread locks with perfetto (#143)
- remove sampling and roctracer flat/timeline options - unused/unnecessary clutter - start pthread_gotcha before perfetto - remove pthread_mutex_gotcha validate - update timemory submodule with tid fix
This commit is contained in:
committed by
GitHub
parent
e67afd33eb
commit
2718596e5a
@@ -97,7 +97,7 @@ thread_info::init(bool _offset)
|
||||
const std::optional<thread_info>&
|
||||
thread_info::get()
|
||||
{
|
||||
return get(utility::get_thread_index(), LookupTID);
|
||||
return thread_info_data_t::instances().at(utility::get_thread_index());
|
||||
}
|
||||
|
||||
const std::optional<thread_info>&
|
||||
|
||||
Reference in New Issue
Block a user