Function simics::api::base::time::current_time

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

Get the current time of an object.

§Arguments

  • obj - The object to get a time for

§Return Value

The current time of the object

§Context

Unknown