Skip to documentation
SLOP

tiny.coz.ExperimentStepOptions

Reference tiny.coz ExperimentStepOptions

Defined in profiler.

API (5)

Fields and members

Public fields and members.

No direct callersNo direct callsprofilerExperimentStepOptions
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members5
Version26.7.0
Revisiondaab053ee433