Searched defs:StopProfiling (Results 1 - 12 of 12) sorted by relevance

/external/chromium/base/debug/
H A Dprofiler.cc33 void StopProfiling() { function in namespace:base::debug
51 void StopProfiling() {
/external/chromium_org/base/debug/
H A Dprofiler.cc38 void StopProfiling() { function in namespace:base::debug
60 void StopProfiling() {
H A Dtrace_event_memory.cc148 StopProfiling();
174 base::Bind(&TraceMemoryController::StopProfiling,
213 void TraceMemoryController::StopProfiling() { function in class:base::debug::TraceMemoryController
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py212 def StopProfiling(self): member in class:Browser
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py103 def StopProfiling(self): member in class:_RunState
104 self.browser.StopProfiling()
192 state.StopProfiling()
/external/chromium_org/v8/src/
H A Dcpu-profiler.cc453 CpuProfile* CpuProfiler::StopProfiling(const char* title) { function in class:v8::internal::CpuProfiler
456 CpuProfile* result = profiles_->StopProfiling(title);
464 CpuProfile* CpuProfiler::StopProfiling(String* title) { function in class:v8::internal::CpuProfiler
468 return profiles_->StopProfiling(profile_title);
H A Dprofile-generator.cc543 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { function in class:v8::internal::CpuProfilesCollection
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc487 CpuProfile* profile = profiles.StopProfiling("");
550 CpuProfile* profile = profiles.StopProfiling("");
579 CpuProfile* profile = profiles.StopProfiling("");
596 static void StopProfiling(const v8::FunctionCallbackInfo<v8::Value>& args);
611 return v8::FunctionTemplate::New(ProfilerExtension::StopProfiling);
629 void ProfilerExtension::StopProfiling( function in class:ProfilerExtension
832 profiler->StopProfiling("LineNumber");
/external/v8/src/
H A Dcpu-profiler.cc274 CpuProfile* CpuProfiler::StopProfiling(const char* title) { function in class:v8::internal::CpuProfiler
281 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) { function in class:v8::internal::CpuProfiler
522 profiles_->StopProfiling(TokenEnumerator::kNoSecurityToken,
538 return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);
H A Dprofile-generator.cc630 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id, function in class:v8::internal::CpuProfilesCollection
H A Dapi.cc5936 const CpuProfile* CpuProfiler::StopProfiling(Handle<String> title, function in class:v8::CpuProfiler
5939 IsDeadCheck(isolate, "v8::CpuProfiler::StopProfiling");
5941 i::CpuProfiler::StopProfiling(
/external/v8/test/cctest/
H A Dtest-profile-generator.cc621 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
699 static v8::Handle<v8::Value> StopProfiling(const v8::Arguments& args);
714 return v8::FunctionTemplate::New(ProfilerExtension::StopProfiling);
732 v8::Handle<v8::Value> ProfilerExtension::StopProfiling( function in class:ProfilerExtension
735 v8::CpuProfiler::StopProfiling(args[0].As<v8::String>());
737 v8::CpuProfiler::StopProfiling(v8::String::New(""));

Completed in 307 milliseconds