Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolToByte ¶
Types ¶
type CompactionStats ¶
type Fraction ¶
func (*Fraction) IntPercentage ¶
type StatsCollector ¶
type StatsCollector struct { NumFilesToProcess int NumFramesToGenerate int NumFramesGenerated int NumTotalComparisons int NumComparisonsMade int NumMismatches int NumCacheHits int NumMatches int NumFalsePositives int Compaction CompactionStats QuietMode bool // don't show progress // contains filtered or unexported fields }
func (*StatsCollector) EstimateCompletionETA ¶
func (stats *StatsCollector) EstimateCompletionETA() (int, error)
func (*StatsCollector) IncNumComparisonsMade ¶
func (stats *StatsCollector) IncNumComparisonsMade()
func (*StatsCollector) IncNumFilesGenerated ¶
func (stats *StatsCollector) IncNumFilesGenerated()
func (*StatsCollector) ShowSummary ¶
func (stats *StatsCollector) ShowSummary() error
Click to show internal directories.
Click to hide internal directories.