Show / Hide Table of Contents

    Class RepSumByPrefRoundTask

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

    Other side effects: None.

    Inheritance
    System.Object
    PerfTask
    ReportTask
    RepSumByPrefTask
    RepSumByPrefRoundTask
    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(Int32, LinkedHashMap<String, TaskStats>, Int32)
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(Int32)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.Dispose(Boolean)
    PerfTask.RunAndMaybeStats(Boolean)
    PerfTask.GetName()
    PerfTask.SetName(String)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.GetLogMessage(Int32)
    PerfTask.Setup()
    PerfTask.TearDown()
    PerfTask.SupportsParams
    PerfTask.SetParams(String)
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class RepSumByPrefRoundTask : RepSumByPrefTask

    Constructors

    | Improve this Doc View Source

    RepSumByPrefRoundTask(PerfRunData)

    Declaration
    public RepSumByPrefRoundTask(PerfRunData runData)
    Parameters
    Type Name Description
    PerfRunData runData

    Methods

    | Improve this Doc View Source

    DoLogic()

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    System.Int32
    Overrides
    RepSumByPrefTask.DoLogic()
    | Improve this Doc View Source

    ReportSumByPrefixRound(IList<TaskStats>)

    Declaration
    protected virtual Report ReportSumByPrefixRound(IList<TaskStats> taskStats)
    Parameters
    Type Name Description
    IList<TaskStats> taskStats
    Returns
    Type Description
    Report
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)