Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dprofiler_module.h25 class ProfilerModule final : public PresetModule {
27 ACE_DISALLOW_COPY_AND_MOVE(ProfilerModule);
33 ProfilerModule() : PresetModule(profiler) {} in ProfilerModule() function
40 ~ProfilerModule() = default;
86 ProfilerModule profilerModule; in Load()
H A Dprofiler_module.cpp26 void ProfilerModule::Init() in Init()
34 jerry_value_t ProfilerModule::StartTracing(const jerry_value_t func, in StartTracing()
64 jerry_value_t ProfilerModule::StopTracing(const jerry_value_t func, in StopTracing()