C# Class Codaxy.Common.Benchmarking.BenchmarkStopwatchExtensions

显示文件 Open project: codaxy/common

Public Methods

Method Description
ReportPhaseCompleted ( this b, String phaseName ) : void

Method Details

ReportPhaseCompleted() public static method

public static ReportPhaseCompleted ( this b, String phaseName ) : void
b this
phaseName String
return void