HomeSort by relevance Sort by last modified time
    Searched full:startprofiling (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/base/debug/
profiler.cc 23 void StartProfiling(const std::string& name) {
48 void StartProfiling(const std::string& name) {
profiler.h 21 void StartProfiling(const std::string& name);
  /external/webkit/Source/JavaScriptCore/profiler/
ProfilerServer.mm 43 - (void)startProfiling;
66 [self startProfiling];
71 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:@"ProfilerServerStartNotification" object:nil];
81 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(startProfiling) name:[_serverName stringByAppendingString:@"-Start"] object:nil];
90 - (void)startProfiling
Profiler.h 59 void startProfiling(ExecState*, const UString& title);
Profiler.cpp 63 void Profiler::startProfiling(ExecState* exec, const UString& title)
  /external/v8/test/cctest/
test-cpu-profiler.cc 89 profiles.StartProfiling("", 1);
153 profiles.StartProfiling("", 1);
233 CpuProfiler::StartProfiling("1");
235 CpuProfiler::StartProfiling("1");
246 profiles.StartProfiling("", 1);
292 CpuProfiler::StartProfiling("1");
297 CpuProfiler::StartProfiling("1");
298 CpuProfiler::StartProfiling("2");
306 CpuProfiler::StartProfiling("1");
307 CpuProfiler::StartProfiling("2")
    [all...]
test-profile-generator.cc 588 profiles.StartProfiling("", 1);
701 static v8::Handle<v8::Value> StartProfiling(const v8::Arguments& args);
709 "native function startProfiling();"
714 if (name->Equals(v8::String::New("startProfiling"))) {
715 return v8::FunctionTemplate::New(ProfilerExtension::StartProfiling);
725 v8::Handle<v8::Value> ProfilerExtension::StartProfiling(
728 v8::CpuProfiler::StartProfiling(args[0].As<v8::String>());
730 v8::CpuProfiler::StartProfiling(v8::String::New(""));
775 "function c() { startProfiling(); }\n"
793 // startProfiling
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSProfilerPrivate.cpp 37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring());
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
  /external/chromium/chrome/common/
profiling.cc 78 base::debug::StartProfiling(GetProfileName());
  /frameworks/base/tests/HwAccelerationTest/res/layout/
list_activity.xml 34 android:onClick="startProfiling"
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 47 v8::CpuProfiler::StartProfiling(v8String(title));
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 169 public void startProfiling() {
306 startProfiling();
368 startProfiling();
523 startProfiling();
  /external/v8/src/
cpu-profiler.h 223 static void StartProfiling(const char* title);
224 static void StartProfiling(String* title);
cpu-profiler.cc 278 void CpuProfiler::StartProfiling(const char* title) {
284 void CpuProfiler::StartProfiling(String* title) {
487 if (profiles_->StartProfiling(title, next_profile_uid_++)) {
profile-generator.h 289 bool StartProfiling(const char* title, unsigned uid);
290 bool StartProfiling(String* title, unsigned uid);
    [all...]
profile-generator.cc 568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
589 return StartProfiling(GetName(title), uid);
    [all...]
api.cc     [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ListActivity.java 95 public void startProfiling(View v) {
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 442 method = "startProfiling",
456 mInstrumentation.startProfiling();
    [all...]
  /external/v8/include/
v8-profiler.h 185 static void StartProfiling(Handle<String> title);
  /frameworks/base/core/java/android/app/
ActivityThread.java 411 public void startProfiling() {
    [all...]
Instrumentation.java 268 public void startProfiling() {
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10     [all...]
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def 317 ?startProfiling@Profiler@JSC@@QAEXPAVExecState@2@ABVUString@2@@Z

Completed in 4051 milliseconds

1 2