Stop() public method

Completes this Timing's duration and sets the MiniProfiler's Head up one level.
public Stop ( ) : void
return void
Esempio n. 1
0
 protected override void OnAfterRender(bool firstRender)
 {
     _currentTiming?.Stop();
 }