Type Alias vrp_core::utils::Timer

source ·
pub type Timer = Timer;
Expand description

Implements performance timer functionality, mostly exists due to problem with Instant on wasm32 arch.

Aliased Type§

struct Timer { /* private fields */ }