Skip to documentation
SLOP

tiny.tracy.zoneColor

Reference tiny.tracy zoneColor

Defined in tiny.tracy.

Called byCallsNo direct callerstiny.tracyzoneColorAttiny.tracyzoneColor
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const zoneColor = instrumentation.zoneColor;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433