Home
last modified time | relevance | path

Searched refs:JsPerfEnd (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.cpp154 shared_ptr<JsValue> JsPerfEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in JsPerfEnd() function
266 perfObj->SetProperty(runtime, "end", runtime->NewFunction(JsPerfEnd)); in PreloadPerfutil()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2551 shared_ptr<JsValue> JsPerfEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in JsPerfEnd() function
2841 perfObj->SetProperty(runtime_, "end", runtime_->NewFunction(JsPerfEnd)); in RegisterPerfUtilModule()