Home
last modified time | relevance | path

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

/foundation/communication/netstack/utils/profiler_utils/src/
H A Dnetstack_network_profiler.cpp71 auto profiler = OHOS::Developtools::Profiler::NetworkProfiler::GetInstance(); in IsProfilerEnable() local
72 if (profiler->IsProfilerEnable()) { in IsProfilerEnable()
87 auto profiler = OHOS::Developtools::Profiler::NetworkProfiler::GetInstance(); in SendNetworkProfiling() local
88 profiler->NetworkProfiling(0, static_cast<char *>(data_), dataSize_); in SendNetworkProfiling()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dprofiler_module.h24 static constexpr char profiler[] = "profiler"; member
33 ProfilerModule() : PresetModule(profiler) {} in ProfilerModule()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/
H A D.eslintrc.js9 profiler: 'readonly',
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h97 uint32_t instanceId, PROFILERTYPE profiler, int32_t interval, int tid, bool isDebugApp);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp263 void JsEnvironment::StartProfiler(const char* libraryPath, uint32_t instanceId, PROFILERTYPE profiler, in StartProfiler() argument
282 option.profilerType = ConvertProfilerType(profiler); in StartProfiler()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp252 TAG_LOGD(AAFwkTag::JSRUNTIME, "profiler command parse %{public}s", command.c_str()); in JsperfProfilerCommandParse()
352 JsEnv::JsEnvironment::PROFILERTYPE profiler = JsEnv::JsEnvironment::PROFILERTYPE::PROFILERTYPE_HEAP; in DebuggerConnectionManager() local
356 profiler = JsEnv::JsEnvironment::PROFILERTYPE::PROFILERTYPE_CPU; in DebuggerConnectionManager()
363 TAG_LOGD(AAFwkTag::JSRUNTIME, "profiler:%{public}d interval:%{public}d", profiler, interval); in DebuggerConnectionManager()
364 jsEnv_->StartProfiler(ARK_DEBUGGER_LIB_PATH, instanceId_, profiler, interval, getproctid(), isDebugApp); in DebuggerConnectionManager()

Completed in 5 milliseconds