Skip to content

Commit 2b220c0

Browse files
Update profiling_binary_format.md
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent bb4129f commit 2b220c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

InternalDocs/profiling_binary_format.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ information and bytecode opcode:
289289

290290
### Field Definitions
291291

292-
| Field | Type | Description |
293-
|-------|------|-------------|
294-
| filename_idx | varint | Index into string table for file name |
295-
| funcname_idx | varint | Index into string table for function name |
296-
| lineno | zigzag varint | Start line number (-1 for synthetic frames) |
297-
| end_lineno_delta | zigzag varint | Delta from lineno (end_lineno = lineno + delta) |
298-
| column | zigzag varint | Start column offset in UTF-8 bytes (-1 if not available) |
299-
| end_column_delta | zigzag varint | Delta from column (end_column = column + delta) |
300-
| opcode | u8 | Python bytecode opcode (0-254) or 255 for None |
292+
| Field | Type | Description |
293+
|------------------|---------------|----------------------------------------------------------|
294+
| filename_idx | varint | Index into string table for file name |
295+
| funcname_idx | varint | Index into string table for function name |
296+
| lineno | zigzag varint | Start line number (-1 for synthetic frames) |
297+
| end_lineno_delta | zigzag varint | Delta from lineno (end_lineno = lineno + delta) |
298+
| column | zigzag varint | Start column offset in UTF-8 bytes (-1 if not available) |
299+
| end_column_delta | zigzag varint | Delta from column (end_column = column + delta) |
300+
| opcode | u8 | Python bytecode opcode (0-254) or 255 for None |
301301

302302
### Delta Encoding
303303

0 commit comments

Comments
 (0)