Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp498 napi_value cpuUsageValue; in GetCpuUsage() local
502 napi_create_double(env, cpuUsage, &cpuUsageValue); in GetCpuUsage()
503 return cpuUsageValue; in GetCpuUsage()
668 static void ConvertThreadCpuUsageToJs(napi_env env, napi_value &result, uint32_t threadIdValue, double cpuUsageValue) in ConvertThreadCpuUsageToJs() argument
677 napi_create_double(env, cpuUsageValue, &cpuUsage); in ConvertThreadCpuUsageToJs()

Completed in 3 milliseconds