Searched refs:ProfilerModule (Results 1 – 2 of 2) sorted by relevance
25 class ProfilerModule final : public PresetModule {27 ACE_DISALLOW_COPY_AND_MOVE(ProfilerModule);33 ProfilerModule() : PresetModule(profiler) {} in ProfilerModule() function40 ~ProfilerModule() = default;86 ProfilerModule profilerModule; in Load()
26 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()