tiny.coz.ExperimentStepOptions
Defined in profiler.
API (5)
Fields and members
Public fields and members.
Source
Source: lib/coz/src/profiler.zig:23
zig
pub const ExperimentStepOptions = struct { fixed_line: ?*source_map.Line = null, fixed_speedup_percent: ?i32 = null, draw: experiment.Draw = .{ .value = 0 }, end_to_end: bool = false, running: ?*std.atomic.Value(bool) = null,};Source: lib/coz/src/root.zig:58
zig
pub const ExperimentStepOptions = profiler.ExperimentStepOptions;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |