You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
For the C++ bindings, it would be nice to avoid the overhead of repeatedly invoking WTF_THREAD_ENABLE in situations where the identity of individual threads is not directly exposed to the code being instrumented, or where client code otherwise has no practical way to ensure that WTF_THREAD_ENABLE is called only once per thread in some thread pool.
The text was updated successfully, but these errors were encountered:
For the C++ bindings, it would be nice to avoid the overhead of repeatedly invoking WTF_THREAD_ENABLE in situations where the identity of individual threads is not directly exposed to the code being instrumented, or where client code otherwise has no practical way to ensure that WTF_THREAD_ENABLE is called only once per thread in some thread pool.
The text was updated successfully, but these errors were encountered: