-1

I am using 0x to create Flame Graphs. Only it is outputting the first 500 millsec or so. I have run it on different code bases but all the output is capped at about 11 mb v8.log.json and 250kb for v8.log

Thanks for any thoughts

Brian
  • 1,026
  • 1
  • 15
  • 25

1 Answers1

0

From the Docs:

The X-Axis is not time, it's alphabetically sorted according to function name.

0x/docs/ui.md

Just run your loop over you code and the more you exercise it, the larger it will appear on the graph

aSmater.Me
  • 1,014
  • 7
  • 13