Module stats

Module stats 

Source
Expand description

I/O statistics for Zarr reads

Tracks bytes read, arrays accessed, and timing breakdown for metadata, coordinates, and data variables.

Structs§

ZarrIoStats
I/O statistics collected during Zarr reads.

Functions§

format_bytes
Format bytes in human-readable form (KB, MB, GB)

Type Aliases§

SharedIoStats
Thread-safe handle for sharing stats across async boundaries