Class Report
Textual report of current statistics.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Stats
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Report
Constructors
Report(string, int, int, int)
Textual report of current statistics.
Declaration
public Report(string text, int size, int reported, int outOf)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
int | size | |
int | reported | |
int | outOf |
Properties
Count
Gets number of lines in the report.
Declaration
public virtual int Count { get; }
Property Value
Type | Description |
---|---|
int |
OutOf
Gets total number of stats points when this report was created.
Declaration
public virtual int OutOf { get; }
Property Value
Type | Description |
---|---|
int |
Reported
Gets number of stats points represented in this report.
Declaration
public virtual int Reported { get; }
Property Value
Type | Description |
---|---|
int |
Text
Gets the report text.
Declaration
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
string |