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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a function call stack #19

Closed
3 tasks done
saphal1998 opened this issue Jul 8, 2020 · 2 comments
Closed
3 tasks done

Create a function call stack #19

saphal1998 opened this issue Jul 8, 2020 · 2 comments

Comments

@saphal1998
Copy link
Collaborator

saphal1998 commented Jul 8, 2020

  • Investigate which DS can do this best (Probably, stack 馃槅 )
  • Construct the event stack at a particular ts
  • Generalise it for the entire duration of profiling

TBD : 2nd point, needs more discussion

@saphal1998
Copy link
Collaborator Author

saphal1998 commented Jul 10, 2020

Done! 馃挜 Results on time-dict branch. The format is

timestamp : [
 list of stackFrames (in order with the deepest element first)
]

for all timestamps in our samples array

There is clearly an implementation detail flaw in the timeStampEvents.json file, but I do this call stack will be very useful!

@saphal1998
Copy link
Collaborator Author

There is no need to do this, can be achieved through Lighthouse parser code. All we needed to do was to convert the Hermes Profile into ProfileChunks objects.

For a demo test, please refer this

Hermes Profile Transformer automation moved this from In progress to Done Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants