HomeSort by relevance Sort by last modified time
    Searched refs:StopProfiling (Results 1 - 14 of 14) sorted by null

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 32 StopProfiling();
55 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StopProfiling();
73 void TracingCpuProfilerImpl::StopProfiling() {
76 profiler_->StopProfiling("");
tracing-cpu-profiler.h 32 void StopProfiling();
cpu-profiler.h 202 CpuProfile* StopProfiling(const char* title);
203 CpuProfile* StopProfiling(String* title);
cpu-profiler.cc 345 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
348 return profiles_->StopProfiling(title);
351 CpuProfile* CpuProfiler::StopProfiling(String* title) {
352 return StopProfiling(profiles_->GetName(title));
profile-generator.h 342 CpuProfile* StopProfiling(const char* title);
profile-generator.cc 587 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
  /external/libchrome/base/trace_event/
trace_event_system_stats_monitor.h 54 void StopProfiling();
  /system/extras/simpleperf/
InplaceSamplerClient.h 38 bool StopProfiling(IOEventLoop& loop, const std::function<bool()>& close_callback);
InplaceSamplerClient.cpp 125 bool InplaceSamplerClient::StopProfiling(IOEventLoop& loop,
event_selection_set.cpp 653 if (!sampler->StopProfiling(*loop_, close_callback)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activprof.h 122 virtual HRESULT STDMETHODCALLTYPE StopProfiling(
156 HRESULT (STDMETHODCALLTYPE *StopProfiling)(
175 #define IActiveScriptProfilerControl_StopProfiling(This,hrShutdownReason) (This)->lpVtbl->StopProfiling(This,hrShutdownReason)
195 return This->lpVtbl->StopProfiling(This,hrShutdownReason);
280 HRESULT (STDMETHODCALLTYPE *StopProfiling)(
306 #define IActiveScriptProfilerControl2_StopProfiling(This,hrShutdownReason) (This)->lpVtbl->StopProfiling(This,hrShutdownReason)
329 return This->lpVtbl->StopProfiling(This,hrShutdownReason);
658 HRESULT (STDMETHODCALLTYPE *StopProfiling)(
689 #define IActiveScriptProfilerControl3_StopProfiling(This,hrShutdownReason) (This)->lpVtbl->StopProfiling(This,hrShutdownReason)
714 return This->lpVtbl->StopProfiling(This,hrShutdownReason)
    [all...]
  /external/v8/include/
v8-profiler.h 318 CpuProfile* StopProfiling(Local<String> title);
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 194 stopProfiling(id, true);
212 stopProfiling(m_startedProfiles[i - 1].m_id, false);
263 stopProfiling(m_frontendInitiatedProfileId, !!profile);
376 std::unique_ptr<protocol::Profiler::Profile> V8ProfilerAgentImpl::stopProfiling(
380 m_profiler->StopProfiling(toV8String(m_isolate, title));
  /external/v8/src/
api.cc     [all...]

Completed in 452 milliseconds