Home
last modified time | relevance | path

Searched refs:StopProfiling (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/cctest/
Dprofiler-extension.cc50 return v8::FunctionTemplate::New(isolate, ProfilerExtension::StopProfiling); in GetNativeFunctionTemplate()
68 void ProfilerExtension::StopProfiling( in StopProfiling() function in v8::internal::ProfilerExtension
71 last_profile = cpu_profiler->StopProfiling((args.Length() > 0) in StopProfiling()
Dtest-cpu-profiler.cc251 CpuProfile* profile = profiles->StopProfiling(""); in TEST()
281 profiler->StopProfiling("2"); in TEST()
283 profiler->StopProfiling(""); in TEST()
321 CpuProfile* profile = profiles->StopProfiling(""); in TEST()
343 profiler->StopProfiling("1"); in TEST()
349 profiler->StopProfiling("2"); in TEST()
350 profiler->StopProfiling("1"); in TEST()
387 v8::CpuProfile* p1 = cpu_profiler->StopProfiling(name1); in TEST()
396 v8::CpuProfile* p2 = cpu_profiler->StopProfiling(name2); in TEST()
402 v8::CpuProfile* p3 = cpu_profiler->StopProfiling(name3); in TEST()
[all …]
Dprofiler-extension.h47 static void StopProfiling(const v8::FunctionCallbackInfo<v8::Value>& args);
Dtest-profile-generator.cc384 CpuProfile* profile = profiles.StopProfiling(""); in TEST()
455 CpuProfile* profile = profiles.StopProfiling(""); in TEST()
489 CpuProfile* profile = profiles.StopProfiling(""); in TEST()
692 profiler->StopProfiling("LineNumber"); in TEST()
/external/v8/src/profiler/
Dcpu-profiler.cc311 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
314 CpuProfile* result = profiles_->StopProfiling(title); in StopProfiling()
322 CpuProfile* CpuProfiler::StopProfiling(String* title) { in StopProfiling() function in v8::internal::CpuProfiler
326 return profiles_->StopProfiling(profile_title); in StopProfiling()
Dcpu-profiler.h203 CpuProfile* StopProfiling(const char* title);
204 CpuProfile* StopProfiling(String* title);
Dprofile-generator.h339 CpuProfile* StopProfiling(const char* title);
Dprofile-generator.cc507 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/external/libchrome/base/trace_event/
Dtrace_event_system_stats_monitor.h54 void StopProfiling();
/external/v8/include/
Dv8-profiler.h207 CpuProfile* StopProfiling(Local<String> title);
/external/v8/src/
Dapi.cc8403 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler
8405 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling( in StopProfiling()