C# Class Felinesoft.UmbracoCodeFirst.Diagnostics.Timing

显示文件 Open project: DanMannMann/UmbracoCodeFirst

Private Properties

Property Type Description
EndTimer void
MarkTimer void
StartTimer void

Public Methods

Method Description
SaveReport ( string folderPath ) : void

Private Methods

Method Description
EndTimer ( System.Guid timerId, string stepDescription ) : void
MarkTimer ( System.Guid timerId, string stepDescription ) : void
StartTimer ( System.Guid timerId, string traceName, string stepDescription ) : void

Method Details

SaveReport() public static method

public static SaveReport ( string folderPath ) : void
folderPath string
return void