telemetry.internal.platform.profiler.tcmalloc_heap_profiler
index
telemetry/internal/platform/profiler/tcmalloc_heap_profiler.py

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

 
Modules
       
telemetry.internal.backends.chrome.android_browser_finder
logging
os
telemetry.internal.platform.profiler
sys

 
Classes
       
telemetry.internal.platform.profiler.Profiler(__builtin__.object)
TCMallocHeapProfiler

 
class TCMallocHeapProfiler(telemetry.internal.platform.profiler.Profiler)
    A Factory to instantiate the platform-specific profiler.
 
 
Method resolution order:
TCMallocHeapProfiler
telemetry.internal.platform.profiler.Profiler
__builtin__.object

Methods defined here:
CollectProfile(self)
__init__(self, browser_backend, platform_backend, output_path, state)

Class methods defined here:
CustomizeBrowserOptions(cls, browser_type, options) from __builtin__.type
WillCloseBrowser(cls, browser_backend, platform_backend) from __builtin__.type
is_supported(cls, browser_type) from __builtin__.type
name(cls) from __builtin__.type

Data descriptors inherited from telemetry.internal.platform.profiler.Profiler:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)