• API

    Show / Hide Table of Contents

    Class RepSumByNameRoundTask

    Report all statistics grouped/aggregated by name and round.

    Other side effects: None.

    Inheritance
    System.Object
    PerfTask
    ReportTask
    RepSumByNameRoundTask
    Implements
    System.IDisposable
    Inherited Members
    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, LinkedDictionary<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.ToString()
    PerfTask.GetLogMessage(Int32)
    PerfTask.Setup()
    PerfTask.TearDown()
    PerfTask.SupportsParams
    PerfTask.SetParams(String)
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    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)
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class RepSumByNameRoundTask : ReportTask, IDisposable

    Constructors

    | Improve this Doc View Source

    RepSumByNameRoundTask(PerfRunData)

    Declaration
    public RepSumByNameRoundTask(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
    PerfTask.DoLogic()
    | Improve this Doc View Source

    ReportSumByNameRound(IList<TaskStats>)

    Report statistics as a string, aggregate for tasks named the same, and from the same round.

    Declaration
    protected virtual Report ReportSumByNameRound(IList<TaskStats> taskStats)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TaskStats> taskStats
    Returns
    Type Description
    Report

    The report.

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)