HomeSort by relevance Sort by last modified time
    Searched defs:profiler (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/tools/android/adb_profile_chrome/
controllers_unittest.py 7 from adb_profile_chrome import profiler namespace
17 self.package_info = profiler.GetSupportedBrowsers()[self.browser]
profiler_unittest.py 10 from adb_profile_chrome import profiler namespace
44 result = profiler.CaptureProfile([controller], interval)
57 result = profiler.CaptureProfile([controller], 1, write_json=True)
68 result = profiler.CaptureProfile(controllers, 1, write_json=True)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
netlog_profiler.py 7 from telemetry.core.platform import profiler namespace
9 class NetLogProfiler(profiler.Profiler):
profiler_finder.py 9 from telemetry.core.platform import profiler namespace
15 profiler.Profiler,
android_screen_recorder_profiler.py 10 from telemetry.core.platform import profiler namespace
12 class AndroidScreenRecordingProfiler(profiler.Profiler):
trace_profiler.py 7 from telemetry.core.platform import profiler namespace
10 class TraceProfiler(profiler.Profiler):
v8_profiler.py 8 from telemetry.core.platform import profiler namespace
10 class V8Profiler(profiler.Profiler):
android_systrace_profiler.py 12 from telemetry.core.platform import profiler namespace
22 class AndroidSystraceProfiler(profiler.Profiler):
android_traceview_profiler.py 9 from telemetry.core.platform import profiler namespace
12 class AndroidTraceviewProfiler(profiler.Profiler):
monsoon_profiler.py 5 """Profiler using data collected from a Monsoon power meter.
16 from telemetry.core.platform import profiler namespace
17 from telemetry.core.platform.profiler import monsoon
67 class MonsoonProfiler(profiler.Profiler):
oomkiller_profiler.py 8 from telemetry.core.platform import profiler namespace
23 class OOMKillerProfiler(profiler.Profiler):
sample_profiler.py 12 from telemetry.core.platform import profiler namespace
58 class SampleProfiler(profiler.Profiler):
vtune_profiler.py 11 from telemetry.core.platform import profiler namespace
12 from telemetry.core.platform.profiler import android_profiling_helper
85 class VTuneProfiler(profiler.Profiler):
win_pgo_profiler.py 10 from telemetry.core.platform import profiler namespace
16 class WinPGOProfiler(profiler.Profiler):
17 """A profiler that run the Visual Studio PGO utility 'pgosweep.exe' before
78 # This profiler only make sense when doing a Windows build with Visual
iprofiler_profiler.py 11 from telemetry.core.platform import profiler namespace
67 class IprofilerProfiler(profiler.Profiler):
java_heap_profiler.py 11 from telemetry.core.platform import profiler namespace
20 class JavaHeapProfiler(profiler.Profiler):
tcmalloc_heap_profiler.py 10 from telemetry.core.platform import profiler namespace
36 # This profiler requires adb root to set properties.
95 class TCMallocHeapProfiler(profiler.Profiler):
96 """A Factory to instantiate the platform-specific profiler."""
tcpdump_profiler.py 11 from telemetry.core.platform import profiler namespace
12 from telemetry.core.platform.profiler import android_prebuilt_profiler_helper
21 This profiler uses pre-built binaries from AOSP.
96 class TCPDumpProfiler(profiler.Profiler):
97 """A Factory to instantiate the platform-specific profiler."""
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
MalformedHprofException.java 17 package dalvik.system.profiler;
ThreadSampler.java 17 package dalvik.system.profiler;
22 * The {@code ThreadSampler} interfaces allows a profiler to choose
PortableThreadSampler.java 17 package dalvik.system.profiler;
DalvikThreadSampler.java 17 package dalvik.system.profiler;
  /external/chromium_org/content/browser/
browser_main_runner.cc 137 scoped_ptr<BrowserShutdownProfileDumper> profiler; variable
139 profiler.reset(new BrowserShutdownProfileDumper());
142 // The trace event has to stay between profiler creation and destruction.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 39 #include <v8/include/v8-profiler.h>
63 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local
64 const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8::String::NewFromUtf8(isolate, ""));
  /external/chromium_org/content/browser/android/
tracing_controller_android.cc 18 TracingControllerAndroid* profiler = new TracingControllerAndroid(env, obj); local
19 return reinterpret_cast<intptr_t>(profiler);

Completed in 7523 milliseconds

1 2 3