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_GleanStartupMetrics_h
#define mozilla_GleanStartupMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace timestamps {
/**
* generated from timestamps.first_paint
* Record the timestamp of the first content window paint, in milliseconds since process start. This metric was generated to correspond to the Legacy Telemetry scalar timestamps.first_paint.
*/
constexpr impl::QuantityMetric first_paint(1019);
/**
* generated from timestamps.first_paint_two
* Record the timestamp of the first main window paint, in milliseconds since process start. Intended to replace first_paint since first_paint is broken. This metric was generated to correspond to the Legacy Telemetry scalar timestamps.first_paint_two.
*/
constexpr impl::QuantityMetric first_paint_two(1020);
}
} // namespace mozilla::glean
#endif // mozilla_GleanStartupMetrics_h