C# 클래스 SerializersCompare.ResultPrinter

파일 보기 프로젝트 열기: sidshetye/SerializersCompare 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ResultPrinter ( ) : System

메소드 상세

Print() 공개 정적인 메소드

public static Print ( List resultTable ) : void
resultTable List
리턴 void

PrintCurrentSortOrder() 공개 정적인 메소드

public static PrintCurrentSortOrder ( ) : void
리턴 void

PrintResultTableHorizontal() 공개 정적인 메소드

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
리턴 void

PrintResultTableVertical() 공개 정적인 메소드

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
리턴 void