C# Class Bari.Core.Build.Statistics.DefaultBuilderStatistics

Inheritance: IBuilderStatistics
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Add ( Type builderType, string description, System.TimeSpan elapsed ) : void
Dump ( ) : void

Private Methods

Method Description
FormatType ( Type type ) : string

Method Details

Add() public method

public Add ( Type builderType, string description, System.TimeSpan elapsed ) : void
builderType System.Type
description string
elapsed System.TimeSpan
return void

Dump() public method

public Dump ( ) : void
return void