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