Skip to documentation
SLOP

tiny.tracy.setThreadName

Reference tiny.tracy setThreadName

Defined in tiny.tracy.

Called byCallstest sourcelib.tracy.src.instrumentationtest: instrumentation calls compileprivate sourcelib.tracy.src.runtimethreadNametiny.tracysetThreadName
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub inline fn setThreadName(comptime name: [:0]const u8) void {    runtime.threadName(name);}

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

zig
pub const setThreadName = instrumentation.setThreadName;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433