Skip to documentation
SLOP

tiny.tracy.sampleStackWeighted

Reference tiny.tracy sampleStackWeighted

Defined in tiny.tracy.

Called byCallsNo direct callersprivate sourcelib.tracy.src.runtimesampleStackWeightedtiny.tracysampleStackWeighted
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub inline fn sampleStackWeighted(name: []const u8, kind: SampleKind, frames: []const SampleFrame, weight: u64) void {    runtime.sampleStackWeighted(name, kind, frames, weight);}

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

zig
pub const sampleStackWeighted = instrumentation.sampleStackWeighted;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433