File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,9 +578,10 @@ export type ProfilingLog = {
578578
579579/**
580580 * Table containing source code file references in the Gecko profile format.
581- * Each entry maps a unique UUID to a filename, allowing frames to reference
582- * their source files for displaying source code context in the profiler UI.
583- * This table is optional and only present in newer Firefox versions.
581+ * Each entry maps a unique ID to a filename and optional metadata, allowing
582+ * frames to reference their source files for displaying source code context
583+ * in the profiler UI. This table is optional and only present in newer
584+ * Firefox versions.
584585 *
585586 * Note: In Gecko profiles, this table only contains sources for JavaScript code.
586587 * The processed profile format expands this to include native code sources as well.
You can’t perform that action at this time.
0 commit comments