webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.common.system.profiler.Profiler Class Reference
Inheritance diagram for webkitpy.common.system.profiler.Profiler:
webkitpy.common.system.profiler.SingleFileOutputProfiler webkitpy.common.system.profiler.GooglePProf webkitpy.common.system.profiler.IProfiler webkitpy.common.system.profiler.Perf webkitpy.common.system.profiler.Sample

Public Member Functions

def __init__ (self, host, executable_path, output_dir, identifier=None)
 
def adjusted_environment (self, env)
 
def attach_to_pid (self, pid)
 
def wrapper_arguments (self)
 
def profile_after_exit (self)
 

Static Public Attributes

 name = None
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.profiler.Profiler.__init__ (   self,
  host,
  executable_path,
  output_dir,
  identifier = None 
)

Member Function Documentation

◆ adjusted_environment()

def webkitpy.common.system.profiler.Profiler.adjusted_environment (   self,
  env 
)

◆ attach_to_pid()

def webkitpy.common.system.profiler.Profiler.attach_to_pid (   self,
  pid 
)

◆ profile_after_exit()

def webkitpy.common.system.profiler.Profiler.profile_after_exit (   self)

◆ wrapper_arguments()

def webkitpy.common.system.profiler.Profiler.wrapper_arguments (   self)

Member Data Documentation

◆ name

webkitpy.common.system.profiler.Profiler.name = None
static

The documentation for this class was generated from the following file: