tiny.coz.RuntimeOptions
Defined in tiny.coz.
API (9)
Fields and members
Public fields and members.
experiment_duration_nsexperiment_step_optionsinstall_signal_handlerprofile_writerresolve_sample_locationssampler_optionssource_scopestart_current_threadstart_experiment_worker
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 9 |
| Version | 26.7.0 |
| Revision | daab053ee433 |