Home
last modified time | relevance | path

Searched refs:cpuUsageValue (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp405 napi_value cpuUsageValue; in GetCpuUsage() local
411 napi_create_double(env, cpuUsage, &cpuUsageValue); in GetCpuUsage()
413 napi_create_double(env, 0, &cpuUsageValue); in GetCpuUsage()
415 return cpuUsageValue; in GetCpuUsage()