Searched refs:StartProfiling (Results 1 – 13 of 13) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 89 profiles.StartProfiling("", 1); in TEST() 153 profiles.StartProfiling("", 1); in TEST() 233 CpuProfiler::StartProfiling("1"); in TEST() 235 CpuProfiler::StartProfiling("1"); in TEST() 246 profiles.StartProfiling("", 1); in TEST() 292 CpuProfiler::StartProfiling("1"); in TEST() 297 CpuProfiler::StartProfiling("1"); in TEST() 298 CpuProfiler::StartProfiling("2"); in TEST() 306 CpuProfiler::StartProfiling("1"); in TEST() 307 CpuProfiler::StartProfiling("2"); in TEST() [all …]
|
D | test-profile-generator.cc | 588 profiles.StartProfiling("", 1); in TEST() 701 static v8::Handle<v8::Value> StartProfiling(const v8::Arguments& args); 715 return v8::FunctionTemplate::New(ProfilerExtension::StartProfiling); in GetNativeFunction() 725 v8::Handle<v8::Value> ProfilerExtension::StartProfiling( in StartProfiling() function in ProfilerExtension 728 v8::CpuProfiler::StartProfiling(args[0].As<v8::String>()); in StartProfiling() 730 v8::CpuProfiler::StartProfiling(v8::String::New("")); in StartProfiling() 819 CHECK(collection.StartProfiling(title.start(), i + 1)); // UID must be > 0. in TEST() 822 CHECK(!collection.StartProfiling( in TEST()
|
/external/chromium/base/debug/ |
D | profiler.cc | 23 void StartProfiling(const std::string& name) { in StartProfiling() function 48 void StartProfiling(const std::string& name) {
|
D | profiler.h | 21 void StartProfiling(const std::string& name);
|
/external/v8/src/ |
D | cpu-profiler.h | 223 static void StartProfiling(const char* title); 224 static void StartProfiling(String* title);
|
D | cpu-profiler.cc | 278 void CpuProfiler::StartProfiling(const char* title) { in StartProfiling() function in v8::internal::CpuProfiler 284 void CpuProfiler::StartProfiling(String* title) { in StartProfiling() function in v8::internal::CpuProfiler 487 if (profiles_->StartProfiling(title, next_profile_uid_++)) { in StartCollectingProfile()
|
D | profile-generator.h | 289 bool StartProfiling(const char* title, unsigned uid); 290 bool StartProfiling(String* title, unsigned uid);
|
D | profile-generator.cc | 568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) { in StartProfiling() function in v8::internal::CpuProfilesCollection 588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) { in StartProfiling() function in v8::internal::CpuProfilesCollection 589 return StartProfiling(GetName(title), uid); in StartProfiling()
|
D | api.cc | 5251 void CpuProfiler::StartProfiling(Handle<String> title) { in StartProfiling() function in v8::CpuProfiler 5254 i::CpuProfiler::StartProfiling(*Utils::OpenHandle(*title)); in StartProfiling()
|
/external/chromium/chrome/common/ |
D | profiling.cc | 78 base::debug::StartProfiling(GetProfileName()); in Start()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptProfiler.cpp | 47 v8::CpuProfiler::StartProfiling(v8String(title)); in start()
|
/external/v8/include/ |
D | v8-profiler.h | 185 static void StartProfiling(Handle<String> title);
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 15584 (.ProfilerStubHelper.prototype.StartProfiling): 23721 (.ProfilerStubHelper.prototype.StartProfiling): 24099 (.ProfilerStubHelper.prototype.StartProfiling):
|