-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converge Tracing/Profiling to Native Set of Hooks #729
Comments
@thlorenz sent me this link to a header file in Chromium that has a tracing API: http://src.chromium.org/chrome/trunk/src/base/debug/trace_event.h |
My idea is roughly this: https://gist.github.com/Qard/3cc472d85c9a7277dee8 When the flag for the static probes is off, the The ALL aspect of it is just a convenience thing. It might be better to require explicit handlers for each event type. |
Information from @natduca #671 (comment) |
Some thoughts, I think everyone is kinda thinking along the same lines: |
@trevnorris Is this still an issue to keep open? Maybe the discussion has moved elsewhere? Looks like no one's added anything for about a year. |
@Trott Think we can. Between finalizing a public AsyncWrap API and the v8 tracing API seems decisions have been made. |
Closing as seems to be @trevnorris's reply. |
We are looking for users to document pseudo-APIs that demonstrate what they are looking in a tracing or profiling API. Please submit or link to documents with examples of what information you'd like to gather from the process, and potential APIs of how to do so.
Tutorial on AsyncWrap
The text was updated successfully, but these errors were encountered: