Searched refs:StartProfiling (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/cctest/
H A Dprofiler-extension.cc50 ProfilerExtension::StartProfiling);
65 void ProfilerExtension::StartProfiling( function in class:v8::internal::ProfilerExtension
69 cpu_profiler->StartProfiling((args.Length() > 0)
H A Dprofiler-extension.h43 static void StartProfiling(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dtest-cpu-profiler.cc163 profiles->StartProfiling("", false);
224 profiles->StartProfiling("", false);
275 profiler->StartProfiling("1");
277 profiler->StartProfiling("1");
293 profiles->StartProfiling("", false);
334 profiler->StartProfiling("1");
339 profiler->StartProfiling("1");
340 profiler->StartProfiling("2");
348 profiler->StartProfiling("1");
349 profiler->StartProfiling("
[all...]
H A Dtest-profile-generator.cc351 profiles.StartProfiling("", false);
417 profiles.StartProfiling("", true);
465 profiles.StartProfiling("", false);
553 CHECK(collection.StartProfiling(title.start(), false));
556 CHECK(!collection.StartProfiling("maximum", false));
669 profiler->StartProfiling("LineNumber");
H A Dtest-api.cc100 cpu_profiler->StartProfiling(profile_name);
/external/libchrome/base/trace_event/
H A Dtrace_event_system_stats_monitor.h52 void StartProfiling();
/external/v8/src/profiler/
H A Dcpu-profiler.h208 void StartProfiling(const char* title, bool record_samples = false);
209 void StartProfiling(String* title, bool record_samples);
H A Dcpu-profiler.cc433 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { function in class:v8::internal::CpuProfiler
434 if (profiles_->StartProfiling(title, record_samples)) {
440 void CpuProfiler::StartProfiling(String* title, bool record_samples) { function in class:v8::internal::CpuProfiler
441 StartProfiling(profiles_->GetName(title), record_samples);
H A Dprofile-generator.h308 bool StartProfiling(const char* title, bool record_samples);
H A Dprofile-generator.cc465 bool CpuProfilesCollection::StartProfiling(const char* title, function in class:v8::internal::CpuProfilesCollection
/external/gemmlowp/profiling/
H A Dprofiler.h63 // functions: StartProfiling() and FinishProfiling(). They must be
96 StartProfiling();
320 // StartProfiling(), and finishes when we call FinishProfiling().
349 inline void StartProfiling() { function in namespace:gemmlowp
/external/gemmlowp/test/
H A Dbenchmark.cc176 gemmlowp::StartProfiling();
223 gemmlowp::StartProfiling();
H A Dtest.cc1415 StartProfiling();
/external/v8/include/
H A Dv8-profiler.h201 void StartProfiling(Local<String> title, bool record_samples = false);
/external/v8/src/
H A Dapi.cc8054 void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) { function in class:v8::CpuProfiler
8055 reinterpret_cast<i::CpuProfiler*>(this)->StartProfiling(

Completed in 626 milliseconds