tiny.bench.CapabilityName
Defined in tiny.bench.
API (6)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/bench/src/instrumentation.zig:59
zig
pub const CapabilityName = enum { coz, tracy, stabilizer, memtrace, perf, pub fn text(self: CapabilityName) []const u8 { return switch (self) { .coz => "coz", .tracy => "tracy", .stabilizer => "stabilizer", .memtrace => "memtrace", .perf => "perf", }; }};Source: lib/bench/src/root.zig:44
zig
pub const CapabilityName = instrumentation.CapabilityName;Audit
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |