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

Reverse engineer and fix timeline tab #63

Closed
wants to merge 4 commits into from
Closed

Reverse engineer and fix timeline tab #63

wants to merge 4 commits into from

Conversation

jkrems
Copy link
Collaborator

@jkrems jkrems commented Dec 3, 2015

  • Figure out how JSFrame, JSSample, and FunctionCall work together
  • Generate real FunctionCall events for all (or at least most) calls from cpp into JavaScript (via async-listener)
  • Timer events (e.g. setTimeout) - maybe no longer needed given async-listener data
  • console.{time, timeEnd, timeStamp} support
  • Network requests
  • Heap usage reporting tied to events, not to a timer

Fixes #47

@jkrems
Copy link
Collaborator Author

jkrems commented Jan 7, 2016

Basically waiting on news regarding nodejs/diagnostics#30.

@jkrems jkrems closed this Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A more useful timeline tab
1 participant