Searched defs:extractFrames (Results 1 – 2 of 2) sorted by relevance
35 static async extractFrames( method in TracesUtils
36 static async extractFrames<T>(trace: Trace<T>): Promise<Map<AbsoluteFrameIndex, T[]>> { method in TraceUtils