Skip to content

Commit 8f73bab

Browse files
committed
Update the outdated GeckoSourceTable comment
1 parent 18721fd commit 8f73bab

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/types/gecko-profile.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)