C# Class FlatRedBallProfiler.Sections.SectionMerger

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
CreateMergedCopy ( Section section ) : Section

Private Methods

Method Description
DoMerge ( Section original, Section merged ) : void
GetSectionByName ( string name, Section parent ) : Section

Method Details

CreateMergedCopy() public method

public CreateMergedCopy ( Section section ) : Section
section FlatRedBall.Performance.Measurement.Section
return FlatRedBall.Performance.Measurement.Section