tiny.tracy.ContextSwitchOptions
Defined in tiny.tracy.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/tracy/src/runtime.zig:278
zig
pub const ContextSwitchOptions = struct { cpu: ?u32 = null, prev_thread: u64 = 0, next_thread: u64 = 0, reason: ?[]const u8 = null, state: ?[]const u8 = null, previous_cstate: ?u32 = null, prev_priority: ?i64 = null, next_priority: ?i64 = null,};Source: lib/tracy/src/root.zig:71
zig
pub const ContextSwitchOptions = runtime.ContextSwitchOptions;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |