Function simics::api::base::time::stall

source ·
pub fn stall(obj: *mut ConfObject, seconds: f64) -> Result<()>
Expand description

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

§Cycle

Unknown