legacymetrics_histogram_flattener.h 715 B

1234567891011121314151617181920
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_FUCHSIA_LEGACYMETRICS_LEGACYMETRICS_HISTOGRAM_FLATTENER_H_
  5. #define COMPONENTS_FUCHSIA_LEGACYMETRICS_LEGACYMETRICS_HISTOGRAM_FLATTENER_H_
  6. #include <fuchsia/legacymetrics/cpp/fidl.h>
  7. #include <vector>
  8. #include "base/metrics/histogram_flattener.h"
  9. #include "base/metrics/histogram_snapshot_manager.h"
  10. namespace fuchsia_legacymetrics {
  11. std::vector<fuchsia::legacymetrics::Histogram> GetLegacyMetricsDeltas();
  12. } // namespace fuchsia_legacymetrics
  13. #endif // COMPONENTS_FUCHSIA_LEGACYMETRICS_LEGACYMETRICS_HISTOGRAM_FLATTENER_H_