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

  /external/chromium/base/debug/
profiler.h 24 void StopProfiling();
profiler.cc 33 void StopProfiling() {
51 void StopProfiling() {
  /external/v8/test/cctest/
test-cpu-profiler.cc 167 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(name3)
    [all...]
test-profile-generator.cc 621 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
699 static v8::Handle<v8::Value> StopProfiling(const v8::Arguments& args);
707 "native function stopProfiling();";
713 } else if (name->Equals(v8::String::New("stopProfiling"))) {
714 return v8::FunctionTemplate::New(ProfilerExtension::StopProfiling);
732 v8::Handle<v8::Value> ProfilerExtension::StopProfiling(
735 v8::CpuProfiler::StopProfiling(args[0].As<v8::String>());
737 v8::CpuProfiler::StopProfiling(v8::String::New(""));
776 "stopProfiling();");
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 54 v8::CpuProfiler::StopProfiling(v8String(title), state->context()->GetSecurityToken()) :
55 v8::CpuProfiler::StopProfiling(v8String(title));
  /external/chromium/chrome/common/
profiling.cc 88 base::debug::StopProfiling();
  /external/v8/src/
cpu-profiler.h 211 static CpuProfile* StopProfiling(const char* title);
212 static CpuProfile* StopProfiling(Object* security_token, String* title);
cpu-profiler.cc 274 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
281 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) {
522 profiles_->StopProfiling(TokenEnumerator::kNoSecurityToken,
538 return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);
profile-generator.h 295 CpuProfile* StopProfiling(int security_token_id,
    [all...]
profile-generator.cc 630 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
    [all...]
api.cc     [all...]
  /external/v8/include/
v8-profiler.h 191 static const CpuProfile* StopProfiling(

Completed in 501 milliseconds