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
kindwhen one fits, otherwise setkind_strto a custom label. The well-known enum is append-only and language-neutral; language-specific labels go in kind_str. - Kind
Field