Searched refs:nowMs (Results 1 - 1 of 1) sorted by relevance

/art/runtime/hprof/
H A Dhprof.cc653 const uint64_t nowMs = (gettimeofday(&now, nullptr) < 0) ? 0 : local
657 __ AddU4(static_cast<uint32_t>(nowMs >> 32));
659 __ AddU4(static_cast<uint32_t>(nowMs & 0xFFFFFFFF));

Completed in 17 milliseconds