Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp145 shared_ptr<JsValue> JsPerfBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfBegin() function
265 perfObj->SetProperty(runtime, "begin", runtime->NewFunction(JsPerfBegin)); in PreloadPerfutil()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2542 shared_ptr<JsValue> JsPerfBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfBegin() function
2840 perfObj->SetProperty(runtime_, "begin", runtime_->NewFunction(JsPerfBegin)); in RegisterPerfUtilModule()