telemetry.internal.results.html_output_formatter
index
telemetry/internal/results/html_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.internal.results.chart_json_output_formatter
catapult_base.cloud_storage
datetime
json
telemetry.value.list_of_scalar_values
logging
os
telemetry.internal.results.output_formatter
re
telemetry.core.util
telemetry.value

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

 
class HtmlOutputFormatter(telemetry.internal.results.output_formatter.OutputFormatter)
    # TODO(eakuefner): rewrite template to use Telemetry JSON directly
 
 
Method resolution order:
HtmlOutputFormatter
telemetry.internal.results.output_formatter.OutputFormatter
__builtin__.object

Methods defined here:
Format(self, page_test_results)
GetCombinedResults(self)
GetResults(self)
__init__(self, output_stream, metadata, reset_results, upload_results, browser_type, results_label=None)

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