Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp357 char napiProfilerParam[NAPI_PROFILER_PARAM_SIZE] = {0}; in ArkNativeEngine() local
359 napiProfilerParam, sizeof(napiProfilerParam)); in ArkNativeEngine()
360 if (ret > 0 && strcmp(napiProfilerParam, "true") == 0) { in ArkNativeEngine()