summaryrefslogtreecommitdiff
path: root/apct-tests/perftests/windowmanager/src/android/wm/InternalWindowOperationPerfTest.java
AgeCommit message (Collapse)Author
2021-03-18Skip reporting stats without enough samplesRiddle Hsu
Otherwise android.perftests.utils.Stats will reject the data and make the test fail. Also correct a typo. Bug: 182962701 Test: atest InternalWindowOperationPerfTest Change-Id: I1d097f0de9a632b02d204509729f1671327285e4
2020-12-07Extract window related perf test base classesRiddle Hsu
Add WindowPerfTestBase and WindowPerfRunPreconditionBase into apct-perftests-utils. So window manager and input method manager can share the same functions. Bug: 174292015 Test: WmPerfTests ImePerfTests Change-Id: Ie2818536d6611d1ba5f4b6cd725cd2d4a95e1cac
2020-08-20Support trigger java method profiling of WmPerfTestsRiddle Hsu
So that it is easier to compare logic changes. Bug: 161782359 Test: atest WmPerfTests -- \ --module-arg \ WmPerfTests:instrumentation-arg:profiling-iterations:=2 \ --module-arg \ WmPerfTests:instrumentation-arg:profiling-sampling:=100 \ Change-Id: Icb2f7f379a3ea515c2fca758db36d3489c33092a
2020-05-06Move window manager perf test to a new packageRiddle Hsu
To isolate the test environment. Bug: 155404627 Test: atest WmPerfTests Change-Id: I1d9eda840056efc6c2d0696952ece55fd22b1547