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

/external/chromium/base/debug/
H A Dprofiler.h24 void StopProfiling();
H A Dprofiler.cc33 void StopProfiling() { function in namespace:base::debug
51 void StopProfiling() {
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc167 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
221 CpuProfiler::StopProfiling("2");
223 CpuProfiler::StopProfiling("");
254 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
277 CpuProfiler::StopProfiling("1");
283 CpuProfiler::StopProfiling("2");
284 CpuProfiler::StopProfiling("1");
307 const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1);
318 const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2);
327 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name
[all...]
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(""));
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfiler.cpp54 v8::CpuProfiler::StopProfiling(v8String(title), state->context()->GetSecurityToken()) :
55 v8::CpuProfiler::StopProfiling(v8String(title));
/external/chromium/chrome/common/
H A Dprofiling.cc88 base::debug::StopProfiling();
/external/v8/src/
H A Dcpu-profiler.h211 static CpuProfile* StopProfiling(const char* title);
212 static CpuProfile* StopProfiling(Object* security_token, String* title);
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.h295 CpuProfile* StopProfiling(int security_token_id,
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/include/
H A Dv8-profiler.h191 static const CpuProfile* StopProfiling(

Completed in 741 milliseconds