rust计算程序运行时间
main.rs
use std::thread::sleep;
use std::time::{Duration,Instant};
fn main() {
let now = Instant::now(); // 程序起始时间
println!("{:?}",now);
let three_seconds = Duration::from_secs(3);
sleep(three_seconds); // 延迟3秒
let end = now.elapsed().as_secs();
println!("程序运行了 {:?} 秒",end); // 程序终止时间
}
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询