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