Lines Matching defs:profiler
55 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
56 DispatchResponse response = profiler->Disable();
64 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
65 DispatchResponse response = profiler->Enable();
74 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
75 DispatchResponse response = profiler->Start();
77 DispatchResponse response1 = profiler->Stop(&profile);
86 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
88 DispatchResponse response = profiler->Stop(&profile);
97 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
98 DispatchResponse response = profiler->SetSamplingInterval(params);
107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
108 DispatchResponse response = profiler->EnableSerializationTimeoutCheck(params);
116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
117 DispatchResponse response = profiler->DisableSerializationTimeoutCheck();
125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
126 DispatchResponse response = profiler->GetBestEffortCoverage();
133 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
134 DispatchResponse response = profiler->StopPreciseCoverage();
141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
142 DispatchResponse response = profiler->TakePreciseCoverage();
149 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
153 DispatchResponse response = profiler->StartPreciseCoverage(*params);
160 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
161 DispatchResponse response = profiler->StartTypeProfile();
168 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
169 DispatchResponse response = profiler->StopTypeProfile();
176 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel);
177 DispatchResponse response = profiler->TakeTypeProfile();