Searched refs:profiling (Results 1 – 13 of 13) sorted by relevance
20 --module-arg ImePerfTests:instrumentation-arg:profiling-iterations:=2037 - profiling-iterations38 * int: Run the extra iterations with enabling method profiling.39 - profiling-sampling40 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
31 - profiling-iterations32 * int: Run the extra iterations with enabling method profiling.33 - profiling-sampling34 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
32 - profiling-iterations33 * int: Run the extra iterations with enabling method profiling.34 - profiling-sampling35 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
181 // only used if profiling is enabled.183 apex: "com.android.profiling",184 module: "com.android.profiling-bootclasspath-fragment",
18 # due to current limitations of our boot image profiling, where knowing what
36 // Denotes an agent (and its parameters) to attach for profiling.
70 ":framework-profiling-sources",
119 "framework-profiling",
26 Note: [Benchmark Application](#BenchmarkApplication) now supports profiling both SDK and NDK APIs a…
1009 boolean profiling; field in ActivityThread.Profiler1013 if (profiling) { in setProfiler()1039 if (profileFd == null || profiling) { in startProfiling()1049 profiling = true; in startProfiling()1061 if (profiling) { in stopProfiling()1062 profiling = false; in stopProfiling()
4842 // OPEN: Settings > Memory > Toggle "Enable memory profiling"
10766 …lemetry_apis_framework_initialization") public static final String PROFILING_SERVICE = "profiling";
2010 Landroid/app/ActivityThread$Profiler;->profiling:Z