tiny.bench.section
Defined in tiny.bench.
Source
Source: lib/bench/src/output.zig:41
zig
pub fn section(comptime name: []const u8) void { const parts = [_]pretty.Doc{ pretty.hardline, .{ .text = "== " }, .{ .text = name }, .{ .text = " ==" }, pretty.hardline, }; writeStdoutDoc(.{ .concat = &parts }) catch {}; writeHeader() catch {};}Source: lib/bench/src/root.zig:129
zig
pub const section = output.section;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |