struct StatsCookie
Defined at line 44 of file ../../src/devices/block/drivers/core/block-device.h
To maintain stats related to time taken by a command or its success/failure, we need to
intercept command completion with a callback routine. This might introduce memory
overhead.
TODO(https://fxbug.dev/42072576): We should be able to turn on/off stats either at compile-time
or load-time.
Public Members
basic_ticks start_tick