Show / Hide Table of Contents

    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 Source

    Report(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 Source

    Count

    Gets number of lines in the report.

    Declaration
    public virtual int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OutOf

    Gets total number of stats points when this report was created.

    Declaration
    public virtual int OutOf { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Reported

    Gets number of stats points represented in this report.

    Declaration
    public virtual int Reported { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Gets the report text.

    Declaration
    public virtual string Text { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)