Skip to documentation
SLOP

tiny.tracy.zoneColorAt

Reference tiny.tracy zoneColorAt

Defined in tiny.tracy.

Called byCallstiny.tracyzoneColorprivate sourcelib.tracy.src.runtimezoneAttiny.tracyzoneColorAt
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/tracy/src/instrumentation.zig:51

zig
pub inline fn zoneColorAt(comptime name: [:0]const u8, comptime color: u32, comptime src: SourceLocation) Zone {    return runtime.zoneAt(name, src, color);}

Source: lib/tracy/src/root.zig:95

zig
pub const zoneColorAt = instrumentation.zoneColorAt;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433