C# Class TraceWizard.PathDiff

显示文件 Open project: tslater2006/Trace-Wizard

Public Methods

Method Description
FlattenCall ( ExecutionCall call, List flat ) : void
FlattenPath ( List path ) : List
GeneratePathDiff ( List left, List right ) : ExecutionCall>.Dictionary

Private Methods

Method Description
SerializeCall ( StringBuilder sb, ExecutionCall call ) : void

Method Details

FlattenCall() public static method

public static FlattenCall ( ExecutionCall call, List flat ) : void
call TraceWizard.Data.ExecutionCall
flat List
return void

FlattenPath() public static method

public static FlattenPath ( List path ) : List
path List
return List

GeneratePathDiff() public static method

public static GeneratePathDiff ( List left, List right ) : ExecutionCall>.Dictionary
left List
right List
return ExecutionCall>.Dictionary