Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class RepSumByPrefRoundTask

    Report all prefix matching statistics grouped/aggregated by name and round.

    Other side effects: None.
    Inheritance
    object
    PerfTask
    ReportTask
    RepSumByPrefTask
    RepSumByPrefRoundTask
    Implements
    IDisposable
    Inherited Members
    RepSumByPrefTask.m_prefix
    RepSumByPrefTask.ReportSumByPrefix(IList<TaskStats>)
    RepSumByPrefTask.SetPrefix(string)
    RepSumByPrefTask.ToString()
    ReportTask.ShouldNeverLogAtStart
    ReportTask.ShouldNotRecordStats
    ReportTask.newline
    ReportTask.OP
    ReportTask.ROUND
    ReportTask.RUNCNT
    ReportTask.RECCNT
    ReportTask.RECSEC
    ReportTask.ELAPSED
    ReportTask.USEDMEM
    ReportTask.TOTMEM
    ReportTask.COLS
    ReportTask.TableTitle(string)
    ReportTask.LongestOp(IEnumerable<TaskStats>)
    ReportTask.TaskReportLine(string, TaskStats)
    ReportTask.GenPartialReport(int, LinkedDictionary<string, TaskStats>, int)
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(int)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.Dispose(bool)
    PerfTask.RunAndMaybeStats(bool)
    PerfTask.GetName()
    PerfTask.SetName(string)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.GetLogMessage(int)
    PerfTask.Setup()
    PerfTask.TearDown()
    PerfTask.SupportsParams
    PerfTask.SetParams(string)
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class RepSumByPrefRoundTask : RepSumByPrefTask, IDisposable

    Constructors

    RepSumByPrefRoundTask(PerfRunData)

    Report all prefix matching statistics grouped/aggregated by name and round.

    Other side effects: None.
    Declaration
    public RepSumByPrefRoundTask(PerfRunData runData)
    Parameters
    Type Name Description
    PerfRunData runData

    Methods

    DoLogic()

    Perform the task once (ignoring repetitions specification). Return number of work items done by this task. For indexing that can be number of docs added. For warming that can be number of scanned items, etc.

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    int

    Number of work items done by this task.

    Overrides
    RepSumByPrefTask.DoLogic()

    ReportSumByPrefixRound(IList<TaskStats>)

    Report all prefix matching statistics grouped/aggregated by name and round.

    Other side effects: None.
    Declaration
    protected virtual Report ReportSumByPrefixRound(IList<TaskStats> taskStats)
    Parameters
    Type Name Description
    IList<TaskStats> taskStats
    Returns
    Type Description
    Report

    Implements

    IDisposable
    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.