Skip to documentation
SLOP

tiny.coz.ExperimentRunOptions

Reference tiny.coz ExperimentRunOptions

Defined in profiler.

API (4)

Fields and members

Public fields and members.

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

Source

Source: lib/coz/src/profiler.zig:16

zig
pub const ExperimentRunOptions = struct {    selected: *source_map.Line,    plan: experiment.Plan,    end_to_end: bool = false,    running: ?*std.atomic.Value(bool) = null,};

Source: lib/coz/src/root.zig:57

zig
pub const ExperimentRunOptions = profiler.ExperimentRunOptions;

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433