MCPcopy
hub / github.com/joerick/pyinstrument / FrameData

Interface FrameData

html_renderer/src/lib/dataTypes.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface FrameData {
18 identifier: string;
19 time: number;
20 attributes: {[name: string]: number};
21 children: FrameData[];
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…