tiny.memtrace.Span
Defined in context.
API (2)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/memtrace/src/context.zig:5
zig
pub const Span = struct { scope: ?tracer_mod.Scope = null, pub fn exit(self: *Span) void { if (self.scope) |*scope| scope.exit(); }};Source: lib/memtrace/src/root.zig:61
zig
pub const Span = context_mod.Span;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |