Skip to content

Commit 3f84eb4

Browse files
committed
Update v3/docs/opt-trace-format.md
1 parent 890e1ef commit 3f84eb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/docs/opt-trace-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ provides a mapping from global variable names to their values.
730730
during execution. The global analogue for this field is `ordered_globals`. (I suppose this field should be named
731731
`ordered_locals`, but I haven't gotten around to renaming yet.)
732732

733-
`frame_id` is a unique integer that identifies this frame; the first executed function gets an ID of 1, and then
734-
subsequent calls get successively increasing IDs.
733+
`frame_id` is an integer that *uniquely* identifies this frame; the first function call (of *any* function) gets
734+
a frame ID of 1, and then subsequent calls get successively increasing frame IDs.
735735

736736
`unique_hash` is a unique string that identifies this frame. For now, a simple way
737737
to construct `unique_hash` is by concatenating the frame's function name with `frame_id`.

0 commit comments

Comments
 (0)