Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Report

    Textual report of current statistics.

    Inheritance
    object
    Report
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.