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

 
Modules
       
os
telemetry.core.platform.profiler
subprocess
threading
telemetry.core.util

 
Classes
       
telemetry.core.platform.profiler.Profiler(__builtin__.object)
JavaHeapProfiler

 
class JavaHeapProfiler(telemetry.core.platform.profiler.Profiler)
    Android-specific, trigger and fetch java heap dumps.
 
 
Method resolution order:
JavaHeapProfiler
telemetry.core.platform.profiler.Profiler
__builtin__.object

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

Class methods defined here:
is_supported(cls, options) from __builtin__.type
name(cls) from __builtin__.type

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