Skip to main content

now_sec

Function now_sec 

Source
pub fn now_sec() -> f64
Expand description

Get the time in seconds using Performance

ยงExamples

let time = now_sec();
println!("The current time is: {}", time);