Document toolboxDocument toolbox

Flame graph

Overview

This diagram is a visualization of the frequency that code paths are accessed combined with their order of use. This chart is often used to analyze what processes are impacting a machine's CPU usage.

What data do I need for this widget?

The option to create this graph will be disabled unless your query contains at least two columns, one with numeric values and the other with string.

Creating a flame graph

  1. Go to Data Search and open the required table.

  2. Perform the required operations to get the data you want to use in the chart.

  3. Click the gear icon on the toolbar and select Charts → Diagrams → Flame Graph.

  4. Click and drag the column headers to the corresponding fields. This chart requires you to select two fields:

    Required fieldData type
    Pathstring
    Valuefloat, integer, duration
  5. The flame graph is displayed.