Home
last modified time | relevance | path

Searched refs:JsPerfPrint (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.cpp128 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() function
263 perfObj->SetProperty(runtime, "printlog", runtime->NewFunction(JsPerfPrint)); in PreloadPerfutil()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2525 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() function
2838 perfObj->SetProperty(runtime_, "printlog", runtime_->NewFunction(JsPerfPrint)); in RegisterPerfUtilModule()