Skip to documentation
SLOP

tiny.coz.RuntimeOptions

Reference tiny.coz RuntimeOptions

Defined in tiny.coz.

API (9)

Fields and members

Public fields and members.

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

Source

Source: lib/coz/src/runtime.zig:29

zig
pub const RuntimeOptions = struct {    sampler_options: sampler.Options = .{},    install_signal_handler: bool = true,    start_current_thread: bool = true,    profile_writer: ?*std.Io.Writer = null,    start_experiment_worker: bool = false,    experiment_step_options: ExperimentStepOptions = .{},    experiment_duration_ns: ?u64 = null,    source_scope: debug_info.Scope = .{},    resolve_sample_locations: bool = false,};

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

zig
pub const RuntimeOptions = runtime.RuntimeOptions;

Audit

Definitions1
Public names1
Members9
Version26.7.0
Revisiondaab053ee433