Search code examples
node.jsdebuggingtraceperf

0x only outputting small Graphs


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


Solution

  • 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