tiny.bench.rerandomizeLayout
Defined in tiny.bench.
Source
Source: lib/bench/src/instrumentation.zig:472
zig
pub fn rerandomizeLayout(runtime: *?stabilizer.Runtime, comptime progress_name: []const u8) void { if (runtime.*) |*active| { active.rerandomize(); coz.progressNamed(progress_name); }}Source: lib/bench/src/root.zig:52
zig
pub const rerandomizeLayout = instrumentation.rerandomizeLayout;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |