C# Class SerializersCompare.ResultPrinter

Afficher le fichier Open project: sidshetye/SerializersCompare Class Usage Examples

Méthodes publiques

Méthode Description
Print ( List resultTable ) : void
PrintCurrentSortOrder ( ) : void
PrintResultTableHorizontal ( List resultTable ) : void

This is useful when printing serializers, times across multiple iterations. Yields a rather wide table that looks ugly in a console

PrintResultTableVertical ( List resultTable ) : void

This is to print a single list of serializers vs time. Basically vertical representation of a single slice of the horizontal table

Private Methods

Méthode Description
ResultPrinter ( ) : System

Method Details

Print() public static méthode

public static Print ( List resultTable ) : void
resultTable List
Résultat void

PrintCurrentSortOrder() public static méthode

public static PrintCurrentSortOrder ( ) : void
Résultat void

PrintResultTableHorizontal() public static méthode

This is useful when printing serializers, times across multiple iterations. Yields a rather wide table that looks ugly in a console
public static PrintResultTableHorizontal ( List resultTable ) : void
resultTable List
Résultat void

PrintResultTableVertical() public static méthode

This is to print a single list of serializers vs time. Basically vertical representation of a single slice of the horizontal table
public static PrintResultTableVertical ( List resultTable ) : void
resultTable List
Résultat void