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_GleanJsSrcMetrics_h
#define mozilla_GleanJsSrcMetrics_h
#include "mozilla/glean/bindings/MetricStandaloneTypes.h"
namespace mozilla::glean {
namespace javascript_self_hosted_cache {
/**
* generated from javascript.self_hosted_cache.hits
* The proportion of self-hosted cache accesses that found an existing entry.
*/
constexpr impl::NumeratorStandalone hits(4187);
/**
* generated from javascript.self_hosted_cache.total
* How many self-hosted cache accesses are performed.
*/
constexpr impl::DenominatorStandalone total(4188);
}
} // namespace mozilla::glean
#endif // mozilla_GleanJsSrcMetrics_h