Index: base/metrics/histogram_macros.h |
diff --git a/base/metrics/histogram_macros.h b/base/metrics/histogram_macros.h |
index 9cb21ec563a2ed54e45cdd885b4d2501a84ad985..657613250f8d4b7a921859c6d1447513038a482e 100644 |
--- a/base/metrics/histogram_macros.h |
+++ b/base/metrics/histogram_macros.h |
@@ -10,7 +10,13 @@ |
#include "base/metrics/histogram_macros_local.h" |
#include "base/time/time.h" |
+// Macros for efficient use of histograms. |
+// |
+// For best practices on deciding when to emit to a histogram and what form |
+// the histogram should take, see tools/metrics/histograms/README.md |
+// |
// TODO(nikunjb): Move sparse macros to this file. |
+// |
// UMA_HISTOGRAM_SPARSE_SLOWLY is defined in sparse_histogram.h as it has |
// different #include dependencies. |