Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp21 static constexpr int32_t MILLI_TO_MICRO = 1000; member
30 usleep(timeInterval_ * MILLI_TO_MICRO); in Run()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp19 static constexpr int32_t MILLI_TO_MICRO = 1000; member
403 uv_timer_start(&handle_, HeapTrackingCallback, 0, INTERVAL * MILLI_TO_MICRO); in StartTrackingHeapObjects()

Completed in 2 milliseconds