tiny.tracy.sampleStackWeighted
Defined in tiny.tracy.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |