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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_GleanDomPerformanceMetrics_h
#define mozilla_GleanDomPerformanceMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace performance_time {
/**
* generated from performance.time.response_start
* Time from navigationStart to responseStart as per the W3C Performance Timing API. (Migrated from the geckoview metric of the same name.)
*/
constexpr impl::TimingDistributionMetric response_start(3803);
}
} // namespace mozilla::glean
#endif // mozilla_GleanDomPerformanceMetrics_h