Home | History | Annotate | Download | only in telemetry
      1 # Copyright 2014 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 from __future__ import absolute_import
      5 
      6 from telemetry.core import util
      7 
      8 util.AddDirToPythonPath(util.GetChromiumSrcDir(), 'build', 'util', 'lib',
      9                         'common')
     10 import perf_tests_results_helper  # pylint: disable=F0401
     11 
     12 
     13 FlattenList = \
     14     perf_tests_results_helper.FlattenList
     15 GeomMeanAndStdDevFromHistogram = \
     16     perf_tests_results_helper.GeomMeanAndStdDevFromHistogram
     17 PrintPerfResult = \
     18     perf_tests_results_helper.PrintPerfResult
     19 PrintPages = \
     20     perf_tests_results_helper.PrintPages
     21