tiny.tracy.sampleWeighted
Defined in tiny.tracy.
Source
Source: lib/tracy/src/instrumentation.zig:87
zig
pub inline fn sampleWeighted(comptime name: [:0]const u8, kind: SampleKind, weight: u64) void { runtime.sampleWeightedAt(name, kind, weight, @src());}Source: lib/tracy/src/root.zig:104
zig
pub const sampleWeighted = instrumentation.sampleWeighted;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |