Copy as Markdown
Other Tools
// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef mozilla_GleanStartupcacheMetrics_h
#define mozilla_GleanStartupcacheMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace startup_cache {
/**
* generated from startup_cache.requests
*/
enum class RequestsLabel: uint16_t {
eHitmemory = 0,
eHitdisk = 1,
eMiss = 2,
e__Other__,
};
/**
* Record hits and misses to the startup cache, with categories.
* This metric was generated to correspond to the Legacy Telemetry categorical histogram STARTUP_CACHE_REQUESTS.
*/
constexpr impl::Labeled<impl::CounterMetric, RequestsLabel> requests(4456);
}
} // namespace mozilla::glean
#endif // mozilla_GleanStartupcacheMetrics_h