- cd98d6a Revert from reporting pulled atom ArtDeviceStatus by Stefano Cianciulli · 11 months ago
- c0c012c Report ArtDeviceStatus as a pulled atom by Stefano Cianciulli · 11 months ago
- 6f30991 Add visibility attributes in runtime/m* by Dmitrii Ishcheikin · 11 months ago
- 06d94bd Move files related to compiled code into oat/ directory by Dmitrii Ishcheikin · 12 months ago
- a97830d Deprecate thread type, DEX metadata type, and APK type in ART metrics by Stefano Cianciulli · 1 year, 1 month ago
- 8baa46c Fix -Wreorder-init-list warnings in metrics code by Stefano Cianciulli · 1 year, 3 months ago
- 4646fc6 Fix running uffd GC when transitioning to background state by Lokesh Gidra · 1 year, 3 months ago
- 456a065 Add delta counter metric for time elapsed in milliseconds by Stefano Cianciulli · 1 year, 4 months ago
- 78f3c72 Use C++17's [[maybe_unused]] attribute in ART by Stefano Cianciulli · 1 year, 8 months ago
- 5e8ca6a Add metrics support for the new boot-after-mainline-update compilation reason. by Martin Stjernholm · 2 years ago
- 92e28eb Report uffd/minor fault support in the ArtDatum{Delta}Reported atoms by Stefano Cianciulli · 2 years, 1 month ago
- e086b7a Report GC collector type with ART event/value metrics by Stefano Cianciulli · 2 years, 1 month ago
- 77a4ced Change ToRawPointers method call to MakeNonOwningPointerVector in reporter.cc by Stefano Cianciulli · 2 years, 1 month ago
- f6f5ada Report value metrics as increments / deltas by Stefano Cianciulli · 2 years, 3 months ago
- ec59f24 Write boot image status to statsd. by Jiakai Zhang · 2 years, 2 months ago
- ebc548c Add minimal riscv64 elf support to allow create_minidebuginfo on riscv64 binaries by Colin Cross · 2 years, 6 months ago
- 9b79e11 Set a continuous reporting spec for MetricsReporterTest#SampleRate* tests by Stefano Cianciulli · 2 years, 4 months ago
- 944df15 Fix performance-for-range-copy clang-tidy issues by Stefano Cianciulli · 2 years, 6 months ago
- 9b73d5d Fix bugprone-argument-comment clang-tidy issues by Stefano Cianciulli · 2 years, 7 months ago
- 0a3b31c Add new metrics to report averages as sum and count by Stefano Cianciulli · 2 years, 7 months ago
- b205efd Fix performance-unnecessary-value-param clang-tidy issues by Stefano Cianciulli · 2 years, 7 months ago
- e22579c Allow multiple output formats for runtime metrics by Stefano Cianciulli · 2 years, 8 months ago
- e431d13 Add a "vdex" reason for compilation reason. by Nicolas Geoffray · 3 years, 6 months ago
- bf097b7 ART clean up metrics reporter by Tej Singh · 3 years, 6 months ago
- 3d12876 Add special control flags for system server reporting by Calin Juravle · 3 years, 6 months ago
- 9b996ce Replace JIT total time histogram with total time counter by Calin Juravle · 3 years, 6 months ago
- c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 3 years, 6 months ago
- f368641 [metrics] Add total-gc-time and adjust other metrics by Lokesh Gidra · 3 years, 6 months ago
- 1282f38 Add sampling support in the metrics reporter by Calin Juravle · 3 years, 6 months ago
- 7f04738 [metrics] Add GC-work throughput metrics by Lokesh Gidra · 3 years, 7 months ago
- ec11cf1 Add period reporting to the metrics infra by Calin Juravle · 3 years, 7 months ago
- 1ff9056 Move metric reporting config to flags by Calin Juravle · 3 years, 7 months ago
- 6b60a36 [metrics] Rename datum IDs by Eric Holk · 3 years, 8 months ago
- 7414ec2 [metrics] Add prebuilt and cmdline compilation reason by Eric Holk · 3 years, 8 months ago
- 722992f Revert^2 "[metrics] Report CompilationReason and CompilerFilter" by Eric Holk · 3 years, 9 months ago
- 8b07c65 Revert "[metrics] Report CompilationReason and CompilerFilter" by Calin Juravle · 3 years, 9 months ago
- f9bf4ef [metrics] Report CompilationReason and CompilerFilter by Eric Holk · 3 years, 10 months ago
- b2a1416 [metrics] Add JitMethodCompileCount by Eric Holk · 3 years, 9 months ago
- 2946b1b Add two more fields in ART metrics (apk type and isa). by yawanng · 3 years, 9 months ago
- eea5c5d [metrics] Add additional statsd datum mappings by Eric Holk · 3 years, 9 months ago
- 553a4b6 Rename enum in ArtDexMetadataType with appropriate prefix. by yawanng · 3 years, 10 months ago
- 27dc877 Revert^2 "[metrics] Always enable background thread" by Eric Holk · 3 years, 10 months ago
- 3f64940 Revert "[metrics] Always enable background thread" by Nicolas Geoffray · 3 years, 10 months ago
- 6660e3b [metrics] Always enable background thread by Eric Holk · 3 years, 10 months ago
- 5e435b2 [metrics] Add RequestMetricsReport by Eric Holk · 3 years, 10 months ago
- 5950cf8 [metrics] Do not write to statsd when not supported by Eric Holk · 3 years, 10 months ago
- 62b7558 [metrics] Enable periodic reporting for system server by Eric Holk · 3 years, 10 months ago
- 65a9fb4 [metrics] Change -Xwrite-metrics-to-statsd to take explicit argument by Eric Holk · 3 years, 10 months ago
- 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 3 years, 11 months ago
- dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 11 months ago
- 3dba023 Add a server-configurable flags API by Eric Holk · 4 years ago
- 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 11 months ago
- 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years ago
- 3a1ca40 [metrics] Add histogram statistics for reporting by Eric Holk · 4 years ago
- 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
- 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 4 years ago
- 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 4 years, 1 month ago
- 5bb354f Revert^4 "[metrics] Add file output support" by Eric Holk · 4 years ago
- f8567b5 Revert "Revert^2 "[metrics] Add file output support"" by Nicolas Geoffray · 4 years ago
- 8ef84f2 Revert^2 "[metrics] Add file output support" by Eric Holk · 4 years ago
- ce2e095 Revert "[metrics] Add file output support" by Vladimir Marko · 4 years ago
- 51a9283 [metrics] Add file output support by Eric Holk · 4 years, 1 month ago
- 7336610 Revert "[metrics] Add background reporting thread" by Hans Boehm · 4 years, 1 month ago
- 77f7eb9 [metrics] Add background reporting thread by Eric Holk · 4 years, 2 months ago
- e4f2215 [metrics] Move metrics code to runtime by Eric Holk · 4 years, 2 months ago