Home
last modified time | relevance | path

Searched refs:profiling (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/inputmethod/
H A DREADME.md20 --module-arg ImePerfTests:instrumentation-arg:profiling-iterations:=20
37 - profiling-iterations
38 * int: Run the extra iterations with enabling method profiling.
39 - profiling-sampling
40 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/
H A DREADME.md31 - profiling-iterations
32 * int: Run the extra iterations with enabling method profiling.
33 - profiling-sampling
34 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/
H A DREADME.md32 - profiling-iterations
33 * int: Run the extra iterations with enabling method profiling.
34 - profiling-sampling
35 * int: The interval (0=trace each method, default is 10) of sample profiling in microseconds.
/aosp14/frameworks/base/config/
H A Dboot-image-profile-extra.txt18 # due to current limitations of our boot image profiling, where knowing what
/aosp14/frameworks/base/core/proto/android/app/
H A Dprofilerinfo.proto36 // Denotes an agent (and its parameters) to attach for profiling.
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/
H A DJSScriptEnginePerfTests.java60 import com.android.adservices.service.profiling.JSScriptEngineLogConstants;
61 import com.android.adservices.service.profiling.Profiler;
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java951 boolean profiling; field in ActivityThread.Profiler
955 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2010 Landroid/app/ActivityThread$Profiler;->profiling:Z