deno.land / x / deno@v1.28.2 / ops / optimizer_tests / u64_result.rs

1
2
3
4
5
6
fn op_bench_now(state: &mut OpState) -> Result<u64, AnyError> { let ns = state.borrow::<time::Instant>().elapsed().as_nanos(); let ns_u64 = u64::try_from(ns)?; Ok(ns_u64)}
deno

Version Info

Tagged at
a year ago