Skip to documentation
SLOP

tiny.simd.PoolStats

Reference tiny.simd PoolStats

Defined in thread.pool.

API (6)

Fields and members

Public fields and members.

No direct callersNo direct callsthread.poolPoolStats
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/simd/src/thread/pool.zig:212

zig
pub const PoolStats = struct {    runs: u64 = 0,    serial_runs: u64 = 0,    threaded_runs: u64 = 0,    tasks: u64 = 0,    stolen_tasks: u64 = 0,    elapsed_ns: u64 = 0,};

Source: lib/simd/src/root.zig:135

zig
pub const PoolStats = thread.PoolStats;

Also reachable as

thread.PoolStats.

Audit

Definitions1
Public names3
Members6
Version26.7.0
Revisiondaab053ee433