Documentation - v6.7.1
    Preparing search index...

    Interface ProfilerSample

    A single time-stamped sample captured by the profiler.

    interface ProfilerSample {
        stackId?: number;
        timestamp: number;
    }
    Index
    stackId?: number

    Index into ProfilerTrace.stacks, if a stack was captured.

    timestamp: number

    Time in ms relative to the profiling session's time origin.