Skip to main content

Module frame

Module frame 

Source
Expand description

Nested message and enum types in Frame.

Enumsยง

Kind
The kind of code this frame represents, for categorization (e.g. coloring a flamegraph, or telling interpreted Python frames apart from native and GC frames in one mixed stack). Set the well-known kind when one fits, otherwise set kind_str to a custom label. The well-known enum is append-only and language-neutral; language-specific labels go in kind_str.
KindField