1. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
  2. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 1 month ago
  3. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  4. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 2 months ago
  5. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 3 months ago
  6. 3bc0353 Fix missing MsToNs in profile saver. by Nicolas Geoffray · 3 years, 4 months ago
  7. beb9f20 Consider the size of the reference profile when assessing IsFirstSave by Calin Juravle · 3 years, 7 months ago
  8. dd446b1 Collect array classes in profiles. by Vladimir Marko · 3 years, 7 months ago
  9. 3156695 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 8 months ago
  10. c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 9 months ago
  11. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
  12. e9fb153 Guard profile_cache_ with profile lock by Mathieu Chartier · 4 years, 1 month ago
  13. 85b125f Trace integer value for profilebootclasspath by Mathieu Chartier · 4 years, 2 months ago
  14. 35b132e Add trace to SampleClassesAndExecutedMethods by Mathieu Chartier · 4 years, 2 months ago
  15. 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 4 months ago
  16. 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 5 years ago
  17. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 5 years ago
  18. f70dfec Attach the running bitness to the boot image profile by Calin Juravle · 5 years ago
  19. f3a1a29 Annotate boot profiles with the origin package names by Calin Juravle · 5 years ago
  20. 38cf110 Process method flags uniformly in the profile by Calin Juravle · 5 years ago
  21. 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
  22. 973f8c4 Create boot image profiles with the appropriate version by Calin Juravle · 5 years ago
  23. f4666af Revert^2 "Fix profile saver hotness for AOT code" by Mathieu Chartier · 5 years ago
  24. 775d38d Revert "Fix profile saver hotness for AOT code" by Nicolas Geoffray · 5 years ago
  25. 4cb48c1 Fix profile saver hotness for AOT code by Mathieu Chartier · 5 years ago
  26. 431a7e5 ART: Fix some thread-annotalysis issues in ProfileSaver by Andreas Gampe · 5 years ago
  27. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 6 years ago
  28. 876a2ab Allow the use of filenames when traking code paths for profiling by Calin Juravle · 6 years ago
  29. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  30. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  31. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  32. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  33. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  34. d109956 Merge "Clear the profile if we fail to add new methods or classes" by Calin Juravle · 7 years ago
  35. d5aeade Clear the profile if we fail to add new methods or classes by Calin Juravle · 7 years ago
  36. b3d1eee Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 7 years ago
  37. 82d046e Add a profiling library by David Sehr · 7 years ago
  38. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
  39. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  40. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  41. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  42. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  43. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  44. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  45. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  46. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  47. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  48. ae49dc0 Add extra dumping for native method JIT samples check by Mathieu Chartier · 7 years ago
  49. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  50. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 7 years ago
  51. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 7 years ago
  52. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 7 years ago
  53. c2b6a63 Revert "Relax HasSeenMethod check" by Nicolas Geoffray · 7 years ago
  54. 80e6d73 Relax HasSeenMethod check by Mathieu Chartier · 7 years ago
  55. 5594f11 Record post startup methods in profile by Mathieu Chartier · 8 years ago
  56. 5494e5b Restore profile saver priority in GC critical section by Mathieu Chartier · 8 years ago
  57. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  58. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  59. de944ae Merge "Address review comments for aog/411660" by Mathieu Chartier · 8 years ago
  60. 885a713 Add support for profiling boot class path by Mathieu Chartier · 8 years ago
  61. db40eac Address review comments for aog/411660 by Mathieu Chartier · 8 years ago
  62. 273d110 Update startup compilation thresholds by Mathieu Chartier · 8 years ago
  63. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 8 years ago
  64. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  65. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  66. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  67. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  68. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  69. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  70. ff120c2 Merge "Use GC critical section for profile saver" by Mathieu Chartier · 8 years ago
  71. 3910037 Use GC critical section for profile saver by Mathieu Chartier · 8 years ago
  72. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 8 years ago
  73. 8b5d9b6 Resolve the tracked locations in profile saver by Calin Juravle · 8 years ago
  74. 23caed8 Lower profiler saver thread priority. by Nicolas Geoffray · 8 years ago
  75. 9db22e8 Dump profile logs after the last save by Calin Juravle · 8 years ago
  76. a345d31 Ensure the profile is written to disk at shutdown by Calin Juravle · 8 years ago
  77. 51e417b Tweak ProfileSaver saving strategy by Calin Juravle · 8 years ago
  78. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  79. 940eb0c Add inline caches to offline profiles by Calin Juravle · 8 years ago
  80. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  81. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  82. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  83. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  84. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  85. 9fe11b1 Merge "ART: Fix JIT profile saver" am: f2b1529b09 by Serguei Katkov · 8 years ago
  86. 87de9cf ART: Fix JIT profile saver by Serguei Katkov · 8 years ago
  87. 15964a1 Merge "ART: Convert pointer size to enum" am: ba65cc4a71 by Andreas Gampe · 8 years ago
  88. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  89. 38a445a Merge \"Clean up profiler options\" am: 04a23d7e10 by Calin Juravle · 9 years ago
  90. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  91. 655c3c3 Don't do any I/O when starting the profile saver by Calin Juravle · 9 years ago
  92. 5d04eb6 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 9 years ago
  93. 38a68c7 Merge "Fix profile saver reference point when calculating the sleep time" into nyc-dev by TreeHugger Robot · 9 years ago
  94. dc85bd7 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 9 years ago
  95. dc3b128 Avoid long sleep in ProfileSaver by Brian Carlstrom · 9 years ago
  96. 8f15335 Avoid long sleep in ProfileSaver by Brian Carlstrom · 9 years ago
  97. 27ed3a4 Add methods with samples during launch to profile by Mathieu Chartier · 9 years ago
  98. c600eaa Add methods with samples during launch to profile by Mathieu Chartier · 9 years ago
  99. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 9 years ago
  100. 29173de Merge "Add missing check for IsShuttingDown in profile saver" into nyc-dev by TreeHugger Robot · 9 years ago