Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp210 sysMemInfo.memTotal = collectResult.data.memTotal; in GetSystemMemInfo()
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp130 systemMemInfo->totalMem = static_cast<uint32_t>(sysMemInfo->memTotal); in OH_HiDebug_GetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp213 info.totalMem = systemMemInfo->memTotal; in FfiHidebugGetSystemMemInfo()
/developtools/profiler/host/smartperf/client/client_command/
H A DRAM.cpp132 sysRamInfo["memTotal"] = std::to_string(result.data.memTotal); in GetSysRamInfo()
/developtools/hiperf/src/
H A Dsubcommand_record.cpp1475 uint64_t memTotal = std::stoul(*(it + 1)); in AddMemTotalFeature() local
1476 fileWriter_->AddU64Feature(FEATURE::TOTAL_MEM, memTotal); in AddMemTotalFeature()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp813 napi_create_bigint_uint64(env, systemMemInfo->memTotal, &totalMem); in GetSystemMemInfo()

Completed in 7 milliseconds