telemetry.core.timeline.bounds
index
telemetry/core/timeline/bounds.py

# Copyright (c) 2013 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.

 
Classes
       
__builtin__.object
Bounds

 
class Bounds(__builtin__.object)
    Represents a min-max bounds.
 
  Methods defined here:
AddBounds(self, bounds)
AddValue(self, value)
Reset(self)
__init__(self)

Static methods defined here:
CompareByMinTimes(a, b)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bounds
center
is_empty
max
min