1. 0dd05ce Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 7 years ago
  2. e983593 StatisticsRecorder doesn't need to be explicitly initialized. by François Degros · 7 years ago
  3. bbe88cc Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  4. 85663f9 Revert "Simplified and optimized StatisticsRecorder." by Wez · 7 years ago
  5. 12ee1b3 Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  6. 2a5c890 Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  7. 9ba53ac Skip buckets when dumping histograms for low memory android devices. by Tarun Bansal · 7 years ago
  8. e58df7b Remove VallidateAllHistograms. by Brian White · 7 years ago
  9. 14aeed0 Add functionality to base::StatisticsRecorder to filter expired metrics. by Ira Burak · 7 years ago
  10. 6ba4f71 Clean up histogram validation. by Brian White · 7 years ago
  11. a4f3797 Revert "Validate histograms before and after each task on Android." by Alexei Svitkine (very slow) · 7 years ago
  12. f258a55 Validate histograms before and after each task on Android. by Brian White · 7 years ago
  13. ee1cd70 Use temp vector of histograms to avoid holding the lock overly long. by Brian White · 7 years ago
  14. 945c943 Validate all histograms before and after merging subprocess ones. by Alexei Svitkine · 7 years ago
  15. 16c2760 Hold lock while preparing deltas. by Alexei Svitkine · 7 years ago
  16. 7a1ef76 Require explicit selection of traits for LazyInstance by scottmg · 7 years ago
  17. 9b3ea23 Merge histograms from providers into StatisticsRecorder for display. by bcwhite · 7 years ago
  18. 4d4cd0c Fix TSAN race in access to StatisticsRecorder::lock_ by gab · 8 years ago
  19. 10cf05f base: Cleanup class/struct forward declarations by jbriance · 8 years ago
  20. 826ae20 Log histograms on shutdown when verbose logging is on by boriay · 8 years ago
  21. b98e785 Create ForTesting method rather than declaring a dozen "friend" classes. by bcwhite · 8 years ago
  22. c78fc99 Merge subprocess metrics into global StatisticsRecorder. by bcwhite · 8 years ago
  23. 2265a68 Run SR tests both with and without persistent allocator. by bcwhite · 8 years ago
  24. b9b48bb Fix StatisticsRecorder to handle re-entry during tests. by bcwhite · 8 years ago
  25. 780ff2f Use strings for keys in the histogram map. by bcwhite · 8 years ago
  26. 5d8f910 Report histogram creation results. by bcwhite · 8 years ago
  27. 76dc963 Use base::StringPiece where reasonable in metrics code. by bcwhite · 8 years ago
  28. 85fe1c8 Expand scope of histogram tests. by bcwhite · 8 years ago
  29. e93a801 Support "shared" histograms between processes. by bcwhite · 8 years ago
  30. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  31. ca01de9 Reorganize histograms for persistence. by bcwhite · 9 years ago
  32. 91fbd4d Slow Reports - Add callbacks to histograms. by simonhatch · 9 years ago
  33. d64a362 Optimize memory use of registered histograms. by asvitkine · 9 years ago
  34. 163a26c Add histograms to record the number of writes to the prefs file by raymes · 9 years ago
  35. 5a1c392 [Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRecorder::Initialize(). by isherman@chromium.org · 10 years ago
  36. 4464f4a Let MetricsService know about some Android Activities by kkimlabs@chromium.org · 10 years ago
  37. 99eddc2 Add a StatisticsDeltaReader class and use cases by lpromero@chromium.org · 11 years ago
  38. 233b389 Revert 242121 "Reland "Add a HistogramRecorder class and use cas..." by groby@chromium.org · 11 years ago
  39. e4a46ca Reland "Add a HistogramRecorder class and use cases." by lpromero@chromium.org · 11 years ago
  40. e29d3e5 Add a switch to emit browser histograms. by grt@chromium.org · 11 years ago
  41. 47ca9d8 Consolidate serialization code in base::HistogramDeltasSerializer by vitalybuka@chromium.org · 11 years ago
  42. 1706cb4 Revert 212378 "Add a HistogramRecorder class and use cases." by rnk@chromium.org · 11 years ago
  43. 3d83ae3 Add a HistogramRecorder class and use cases. by lpromero@chromium.org · 11 years ago
  44. 4ff9881 Delete Histogram.SharedRange.* suggested. by acleung@chromium.org · 11 years ago
  45. 4af9296 Fix --dump-histograms-on-exit and make it work for Release builds. by tonyg@chromium.org · 11 years ago
  46. 8ef1a41 SparseHistogram macros by kaiwang@chromium.org · 11 years ago
  47. 7881e42 Connect SparseHistogram with the rest of stats system by kaiwang@chromium.org · 11 years ago
  48. e4e800c Serialize/Deserialize support in HistogramBase by kaiwang@chromium.org · 12 years ago
  49. 3831bf4 Add explicit tests for histogram factory matching. by gavinp@chromium.org · 12 years ago
  50. a97a5ae This is a major refactor of Histogram related code: by kaiwang@chromium.org · 12 years ago
  51. 7c4acad This is a copy of http://codereview.chromium.org/10796047/ by kaiwang@chromium.org · 12 years ago
  52. 9449bd2 Revert 148055 - Move CachedRanges out and add support for checksum. by jochen@chromium.org · 12 years ago
  53. 5c83c5c Move CachedRanges out and add support for checksum. by kaiwang@chromium.org · 12 years ago
  54. 00491d4 Initialize StatisticsRecorder in Child Process to hold by rtenneti@chromium.org · 12 years ago
  55. 6fa0889 Change the FindHistogram interface of StatisticsRecorder by kaiwang@chromium.org · 12 years ago
  56. 3c57dc6 Move StatisticsRecorder out of histogram.cc/h for further refactoring. by kaiwang@chromium.org · 12 years ago