Function simics::api::base::time::_stall

source ·
fn _stall(obj: *mut ConfObject, seconds: f64)
Expand description

Stall an object’s execution for a number of seconds. Must implement stall and cycle interfaces

§Cycle

Unknown