telemetry.core.platform.profiler.perf_profiler
index
telemetry/core/platform/profiler/perf_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
       
telemetry.core.platform.profiler.android_prebuilt_profiler_helper
logging
os
telemetry.core.platform.profiler
re
signal
subprocess
sys
tempfile
telemetry.core.util

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

 
class PerfProfiler(telemetry.core.platform.profiler.Profiler)
    
Method resolution order:
PerfProfiler
telemetry.core.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
GetTopSamples(cls, file_name, number) from __builtin__.type
Parses the perf generated profile in |file_name| and returns a
{function: period} dict of the |number| hottests functions.
is_supported(cls, browser_type) from __builtin__.type
name(cls) from __builtin__.type

Class methods inherited from telemetry.core.platform.profiler.Profiler:
WillCloseBrowser(cls, browser_backend, platform_backend) from __builtin__.type
Called before the browser is stopped.

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)