Searched refs:profiling (Results 1 – 8 of 8) 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.
18 # due to current limitations of our boot image profiling, where knowing what
36 // Denotes an agent (and its parameters) to attach for profiling.
60 import com.android.adservices.service.profiling.JSScriptEngineLogConstants;61 import com.android.adservices.service.profiling.Profiler;
951 boolean profiling; field in ActivityThread.Profiler955 if (profiling) { in setProfiler()980 if (profileFd == null || profiling) { in startProfiling()988 profiling = true; in startProfiling()1000 if (profiling) { in stopProfiling()1001 profiling = false; in stopProfiling()
2010 Landroid/app/ActivityThread$Profiler;->profiling:Z