Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(4) Wait for 10 seconds and check the results in the browser:

(5) What does it show?

The bottom line is the 100% time of the execution. You can see how this 100% of the time is shared between the different method...

You can click to any of the segments to show the details of that specific method execution.

URL parameters

    • cpu
    • page-faults
    • context-switches
    • cycles
    • instructions
    • cache-references
    • cache-misses
    • branches
    • branch-misses
    • bus-cycles
    • L1-dcache-load-misses
    • LLC-load-misses
    • dTLB-load-misses
    • mem:breakpoint
    • trace:tracepoint

How to use it with my own cluster?

(1) Download async profiler

...