tiny.tracy.PlotUnit
Defined in tiny.tracy.
API (9)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/tracy/src/runtime.zig:14
zig
pub const PlotUnit = union(enum) { number, nanoseconds, bytes, count, percent, hertz, watts, custom: []const u8, pub fn tag(self: PlotUnit) []const u8 { return switch (self) { .number => "number", .nanoseconds => "nanoseconds", .bytes => "bytes", .count => "count", .percent => "percent", .hertz => "hertz", .watts => "watts", .custom => |text| text, }; }};Source: lib/tracy/src/root.zig:81
zig
pub const PlotUnit = runtime.PlotUnit;Audit
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |