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

Public Member Functions

def __init__ (self, host, executable_path, output_dir, identifier=None)
 
def attach_to_pid (self, pid)
 
def profile_after_exit (self)
 
- Public Member Functions inherited from webkitpy.common.system.profiler.SingleFileOutputProfiler
def __init__ (self, host, executable_path, output_dir, output_suffix, identifier=None)
 
- Public Member Functions inherited from webkitpy.common.system.profiler.Profiler
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

string name = 'sample'
 
- Static Public Attributes inherited from webkitpy.common.system.profiler.Profiler
 name = None
 

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ attach_to_pid()

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

◆ profile_after_exit()

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

Member Data Documentation

◆ name

string webkitpy.common.system.profiler.Sample.name = 'sample'
static

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