telemetry.web_perf.metrics.v8_gc_latency
index
telemetry/web_perf/metrics/v8_gc_latency.py

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

 
Modules
       
telemetry.value.improvement_direction
logging
telemetry.value.scalar
telemetry.util.statistics
telemetry.web_perf.metrics.timeline_based_metric

 
Classes
       
__builtin__.object
V8EventStat
telemetry.web_perf.metrics.timeline_based_metric.TimelineBasedMetric(__builtin__.object)
V8GCLatency

 
class V8EventStat(__builtin__.object)
     Methods defined here:
__init__(self, src_event_name, result_name, result_description)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
percentage_thread_duration_during_idle
thread_duration_outside_idle

 
class V8GCLatency(telemetry.web_perf.metrics.timeline_based_metric.TimelineBasedMetric)
    
Method resolution order:
V8GCLatency
telemetry.web_perf.metrics.timeline_based_metric.TimelineBasedMetric
__builtin__.object

Methods defined here:
AddResults(self, model, renderer_thread, interaction_records, results)
__init__(self)

Methods inherited from telemetry.web_perf.metrics.timeline_based_metric.TimelineBasedMetric:
AddWholeTraceResults(self, model, results)
Computes and adds metrics corresponding to the entire trace.
 
Override this method to compute results that correspond to the whole trace.
 
Args:
  model: An instance of telemetry.timeline.model.TimelineModel.
  results: An instance of page.PageTestResults.
VerifyNonOverlappedRecords(self, interaction_records)
This raises exceptions if interaction_records contain overlapped ranges.

Data descriptors inherited from telemetry.web_perf.metrics.timeline_based_metric.TimelineBasedMetric:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)