C# Class Meta.TemplateProfiler

Inheritance: IDisposable
显示文件 Open project: brandon-kohn/Meta Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Dispose ( ) : void
Initialize ( ) : void
Instrument ( string compiler_binary, string compiler_args, string starting_directory, string source_to_instrument, string output ) : void
Profile ( string compiler_binary, string compiler_args, string starting_directory, string source_to_profile, string output_profile ) : void
TemplateProfiler ( EnvDTE proj, string file, int stackMaxSize, IVsOutputWindowPane pane, System.Action onFinished ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ErrorDataHandler ( object sendingProcess, DataReceivedEventArgs errLine ) : void
Execute ( ) : void
OutputDataHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

Instrument() public method

public Instrument ( string compiler_binary, string compiler_args, string starting_directory, string source_to_instrument, string output ) : void
compiler_binary string
compiler_args string
starting_directory string
source_to_instrument string
output string
return void

Profile() public method

public Profile ( string compiler_binary, string compiler_args, string starting_directory, string source_to_profile, string output_profile ) : void
compiler_binary string
compiler_args string
starting_directory string
source_to_profile string
output_profile string
return void

TemplateProfiler() public method

public TemplateProfiler ( EnvDTE proj, string file, int stackMaxSize, IVsOutputWindowPane pane, System.Action onFinished ) : System
proj EnvDTE
file string
stackMaxSize int
pane IVsOutputWindowPane
onFinished System.Action
return System