Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp403 constexpr int DUMP_TIME_OUT = 300; in WaitProcess() local
411 if (time(nullptr) > startTime + DUMP_TIME_OUT) { in WaitProcess()
412 LOG_GC(ERROR) << "DumpHeapSnapshot kill thread, wait " << DUMP_TIME_OUT << " s"; in WaitProcess()

Completed in 2 milliseconds