Skip to content
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

vm,trace_events: add node.vm trace events category #20728

Closed
wants to merge 3 commits into from

Commits on May 16, 2018

  1. vm,trace_events: add node.vm trace events category

    Add basic trace events for node_contextify. These generally
    align very well with V8.ScriptCompile and V8.ScriptExecute
    trace events and provide good additional context. For instance,
    using the node.vm trace category at startup allows us to see
    exactly how long compilation and init of each of our core
    modules adds to the startup time.
    jasnell committed May 16, 2018
    Configuration menu
    Copy the full SHA
    6023cc0 View commit details
    Browse the repository at this point in the history
  2. [Squash] rename event

    jasnell committed May 16, 2018
    Configuration menu
    Copy the full SHA
    0cb02f2 View commit details
    Browse the repository at this point in the history
  3. update doc

    jasnell committed May 16, 2018
    Configuration menu
    Copy the full SHA
    2a9679a View commit details
    Browse the repository at this point in the history