telemetry.internal.platform.profiler.oomkiller_profiler
index
telemetry/internal/platform/profiler/oomkiller_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
telemetry.internal.util.binary_manager
devil.android.sdk.intent
os
telemetry.internal.platform.profiler

 
Classes
       
exceptions.Exception(exceptions.BaseException)
UnableToFindApplicationException
telemetry.internal.platform.profiler.Profiler(__builtin__.object)
OOMKillerProfiler

 
class OOMKillerProfiler(telemetry.internal.platform.profiler.Profiler)
    Android-specific, Launch the music application and check it is still alive
at the end of the run.
 
 
Method resolution order:
OOMKillerProfiler
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:
WillCloseBrowser(cls, browser_backend, platform_backend) from __builtin__.type
is_supported(cls, browser_type) from __builtin__.type
name(cls) from __builtin__.type

Class methods inherited from telemetry.internal.platform.profiler.Profiler:
CustomizeBrowserOptions(cls, browser_type, options) from __builtin__.type
Override to customize the Browser's options before it is created.

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)

 
class UnableToFindApplicationException(exceptions.Exception)
    Exception when unable to find a launched application
 
 
Method resolution order:
UnableToFindApplicationException
exceptions.Exception
exceptions.BaseException
__builtin__.object

Methods defined here:
__init__(self, application)
__str__(self)

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from exceptions.Exception:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__getitem__(...)
x.__getitem__(y) <==> x[y]
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]
 
Use of negative indices is not supported.
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
__unicode__(...)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message