telemetry.core.platform.profiler
index
telemetry/core/platform/profiler/__init__.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.

 
Package Contents
       
iprofiler_profiler
java_heap_profiler
perf_profiler
profiler_finder
sample_profiler
tcmalloc_heap_profiler
trace_profiler

 
Classes
       
__builtin__.object
Profiler

 
class Profiler(__builtin__.object)
    A sampling profiler provided by the platform.
 
  Methods defined here:
CollectProfile(self)
Collect the profile from the profiler.
__init__(self, browser_backend, platform_backend, output_path)

Class methods defined here:
is_supported(cls, options) from __builtin__.type
True iff this profiler is currently supported by the platform.
name(cls) from __builtin__.type
User-friendly name of this profiler.

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