FrameMeasureOutput: {
    subsections: Record<string, FrameMeasureOutput>;
    time: float;
}

Measures output by the profiler (see getFramesAverageMeasures): a plain tree without back-references, safe to serialize with JSON.stringify.

Type declaration