Class Report
Textual report of current statistics.
Inheritance
System.Object
Report
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Benchmarks.ByTask.Stats
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Report
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.String | text | |
System.Int32 | size | |
System.Int32 | reported | |
System.Int32 | 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.Int32 |
OutOf
Gets total number of stats points when this report was created.
Declaration
public virtual int OutOf { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reported
Gets number of stats points represented in this report.
Declaration
public virtual int Reported { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets the report text.
Declaration
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
System.String |