1. 29d2848 Add support in Macrobenchmark to be able to support baseline profile generation for System apps. by Rahul Ravikumar · 1 year, 11 months ago
  2. 78a3847 Added a new compilation mode `CompilationMode.Ignore` to skip profile reset and compilation. by Marcello Albano · 1 year, 11 months ago
  3. a25c7ad Added parameter to `BaselineProfileRule#collectBaselineProfile` to filter output file by package names by Marcello Albano · 1 year, 11 months ago
  4. a53e872 Check if device fingerprint contains 'emulator' by Marcello Albano · 2 years ago
  5. a51a896 Created :tracing:tracing-perfetto-common component by Jakub Gielzak · 2 years ago
  6. f2f07aa Enable the IgnoreClassLevelDetector lint check for test files by Julia McClellan · 2 years ago
  7. 90de26e Merge "Add benchmark to measure differences in using pressHome() in setupBlock vs measureBlock." into androidx-main by Tomáš Mlynarič · 2 years ago
  8. 5bdce45 Add benchmark to measure differences in using pressHome() in setupBlock vs measureBlock. by Tomáš Mlynarič · 2 years ago
  9. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years ago
  10. dc7a181 Fixed file permission issues by Jakub Gielzak · 2 years ago
  11. 9948ae1 Improving performance of tracing-perfetto-binary by Jakub Gielzak · 2 years, 1 month ago
  12. 92fffb0 tracing-perfetto: Restricting SDK to R+ by Jakub Gielzak · 2 years ago
  13. e0b06d8 Merge changes from topic "jg-crd-aar" into androidx-main by Jakub Gielzak · 2 years ago
  14. 0cc7690 Speed up BenchmarkPlugin by Aurimas Liutikas · 2 years ago
  15. 7f66f66 Merge "Account for `,` in `TraceSectionMetric`s." into androidx-main by Treehugger Robot · 2 years ago
  16. a18f4c27 Made tracing-perfetto-binary publishable again by Jakub Gielzak · 2 years ago
  17. 1a527aa Move benchmark plugin to use lazy API for getting adb path by Aurimas Liutikas · 2 years, 1 month ago
  18. 95b9ade Account for `,` in `TraceSectionMetric`s. by Rahul Ravikumar · 2 years, 1 month ago
  19. 094000f Adds battery charge measurement to macrobenchmark. by Allison Thompson · 2 years, 1 month ago
  20. a91349d Delete shader cache to more accurately measure cold starts. by Rahul Ravikumar · 2 years, 1 month ago
  21. 0527880 Merge "Optionally allow `cmd package compile --reset`." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  22. a614973 Optionally allow `cmd package compile --reset`. by Rahul Ravikumar · 2 years, 1 month ago
  23. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 1 month ago
  24. 0786abd Merge "Refactors power metrics to be more configurable." into androidx-main by Allison Thompson · 2 years, 1 month ago
  25. 6408768 Refactors power metrics to be more configurable. by Allison Thompson · 2 years, 2 months ago
  26. 5a7a18b Merge "Avoid having to re-install package again for CompilationMode.None() every iteration." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  27. f6441f0 Avoid having to re-install package again for CompilationMode.None() every iteration. by Rahul Ravikumar · 2 years, 1 month ago
  28. 0c027b3 Merge "Remove default 300ms delay from pressHome" into androidx-main by Rahul Ravikumar · 2 years, 1 month ago
  29. 24a9485 New library compose:runtime:runtime-tracing by Jakub Gielzak · 2 years, 1 month ago
  30. 29e2eac Remove default 300ms delay from pressHome by Chris Craik · 2 years, 1 month ago
  31. 3416504 Merge "Improve macrobench iter speed by optimizing shell commands" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  32. 1adb86f Merge "Move to using a prebuilt of tracing-perfetto-binary" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  33. 9a502bc Improve macrobench iter speed by optimizing shell commands by Chris Craik · 2 years, 1 month ago
  34. 6187517 Use `pm install -t` when installing packages to account for test APKs. by Rahul Ravikumar · 2 years, 1 month ago
  35. a784660 Move to using a prebuilt of tracing-perfetto-binary by Aurimas Liutikas · 2 years, 1 month ago
  36. adc8217 Workaround compilation reset unavailable on user builds by Rahul Ravikumar · 2 years, 1 month ago
  37. 083f728 Merge "Add rule filtering to benchmark" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  38. d5f18e1 Add rule filtering to benchmark by Chris Craik · 2 years, 2 months ago
  39. 862e558 Merge "Add a grid scroll benchmark comparison" into androidx-main by Ben Trengrove · 2 years, 2 months ago
  40. 650f904 Add a grid scroll benchmark comparison by Ben Trengrove · 2 years, 2 months ago
  41. 617e852 Use the first media mounted directory for Macrobenchmark outputs starting API 29. by Rahul Ravikumar · 2 years, 2 months ago
  42. 2ab42bf5 Merge "Baseline for metalava update" into androidx-main by Sam Gilbert · 2 years, 2 months ago
  43. 7179c4e Merge "Enables background work to be used in macrobenchmark." into androidx-main by Allison Thompson · 2 years, 2 months ago
  44. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 2 months ago
  45. 5263e0b Enables background work to be used in macrobenchmark. by Allison Thompson · 2 years, 2 months ago
  46. 04e3733 Merge "Benchmark: make use of su when available" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  47. ac338d4 Benchmark: make use of su when available by Wojtek Kaliciński · 2 years, 2 months ago
  48. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  49. fbfe993 Update the version of `androidx.tracing` to `rc01`. by Rahul Ravikumar · 2 years, 2 months ago
  50. d7ac178 Merge "Allows tests to be skipped on unsupported devices." into androidx-main by Chris Craik · 2 years, 2 months ago
  51. 99e66e1 Allows tests to be skipped on unsupported devices. by Allison Thompson · 2 years, 2 months ago
  52. 141b537 Baseline profile results always link to a unique name. by Rahul Ravikumar · 2 years, 2 months ago
  53. ead9117 Merge "Drop kernel page caches after a `CompilationMode.resetAndCompile`." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  54. 316b97c Drop kernel page caches after a `CompilationMode.resetAndCompile`. by Rahul Ravikumar · 2 years, 2 months ago
  55. 2abe558 Tracing Perfetto: Handshake by Jakub Gielzak · 2 years, 3 months ago
  56. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 2 months ago
  57. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  58. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 2 months ago
  59. 31f50cb Fix trace recording crash on API 21/22 by Chris Craik · 2 years, 2 months ago
  60. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  61. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  62. e644da5 Fix issues in FrameStats activity launch detection by Chris Craik · 2 years, 2 months ago
  63. 0443d72 Experiment with pressHome in setupBlock by Chris Craik · 2 years, 3 months ago
  64. 0ecb70d Switch to dumpsys gfxinfo framestats for detecting launch completion by Chris Craik · 2 years, 3 months ago
  65. 60d9fd5 Merge "Adds total power and energy to macrobenchmark." into androidx-main by Allison Thompson · 2 years, 3 months ago
  66. da7969e Adds total power and energy to macrobenchmark. by Allison Thompson · 2 years, 3 months ago
  67. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  68. d072325 Easier copy-pasting of baseline profile output path by Ben Weiss · 2 years, 3 months ago
  69. 5a7c9b0 Merge "`am start -W` does not wait for the process to be up sometimes." into androidx-main by Rahul Ravikumar · 2 years, 3 months ago
  70. bc659b1 Fix docs for `MacrobenchmarkRule`. by Rahul Ravikumar · 2 years, 3 months ago
  71. c561b23 `am start -W` does not wait for the process to be up sometimes. by Rahul Ravikumar · 2 years, 3 months ago
  72. 48c7541 Merge "Suppress deprecation warnings from new Android T SDK." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  73. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 3 months ago
  74. fa2cc00 Adds power to macrobenchmark. by Allison Thompson · 2 years, 4 months ago