Constant miri::clock::NANOSECONDS_PER_BASIC_BLOCK
source · const NANOSECONDS_PER_BASIC_BLOCK: u64 = 5000;
Expand description
When using a virtual clock, this defines how many nanoseconds we pretend are passing for each
basic block.
This number is pretty random, but it has been shown to approximately cause
some sample programs to run within an order of magnitude of real time on desktop CPUs.
(See tests/pass/shims/time-with-isolation*.rs
.)