Sign in
android
/
platform
/
external
/
rust
/
crates
/
instant
/
refs/heads/android-s-beta-5
/
.
/
src
/
native.rs
blob: 37d5da487d8e26125531ae104ace2f0fa6a63315 [
file
] [
log
] [
blame
] [
edit
]
pub
type
Instant
=
std
::
time
::
Instant
;
/// The current time, in milliseconds.
#[
cfg
(
feature
=
"now"
)]
pub
fn
now
()
->
f64
{
time
::
precise_time_s
()
*
1000.0
}