telemetry.internal.results.buildbot_output_formatter
index
telemetry/internal/results/buildbot_output_formatter.py

# Copyright 2014 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.

 
Modules
       
telemetry.decorators
telemetry.internal.results.output_formatter
telemetry.util.perf_tests_helper
telemetry.value.summary
telemetry.value

 
Classes
       
telemetry.internal.results.output_formatter.OutputFormatter(__builtin__.object)
BuildbotOutputFormatter

 
class BuildbotOutputFormatter(telemetry.internal.results.output_formatter.OutputFormatter)
    
Method resolution order:
BuildbotOutputFormatter
telemetry.internal.results.output_formatter.OutputFormatter
__builtin__.object

Methods defined here:
Format(self, page_test_results)
Print summary data in a format expected by buildbot for perf dashboards.
 
If any failed pages exist, only output individual page results, and do
not output any average data.
__init__(*args, **kwargs)

Data descriptors inherited from telemetry.internal.results.output_formatter.OutputFormatter:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
output_stream