• Jack Wang's avatar
    Make perf metrics collection & output via instrumentation simpler · 4f414bd7
    Jack Wang authored
    - Added includeDetailedStats metadata to TimedTest for collecting additional
      metrics like memory usage and binder transactions
    - Added PerformanceCollectorTestCase interface for hard-typing test class as
      performance test while still able to inherit from instrumenation test classes
    - Reverted previous changes to PerformanceTestBase, will deprecate
      PerformanceTestBase/Case in a future CL
    - Removed 'performance.' prefix from keys written to instrumentation output
    4f414bd7
TimedTest.java 1.38 KB