blob: 8695c097c3796dfb5d76a0366a523f563cbadf2e [file] [log] [blame]
// Copyright (c) 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview Metrics calls to start measurement of script loading. Include
* this as the first script in main.html (i.e. after the common scripts that
* define the metrics namespace).
*/
metrics.startInterval('Load.Total');
metrics.startInterval('Load.Script');