Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp654 uint64_t heapUsedValue = engine->GetHeapUsedSize(); in GetAppVMMemoryInfo() local
655 heapUsedValue = heapUsedValue >> BYTE_2_KB_SHIFT_BITS; in GetAppVMMemoryInfo()
656 napi_create_bigint_uint64(env, heapUsedValue, &heapUsed); in GetAppVMMemoryInfo()

Completed in 2 milliseconds