• API

    Show / Hide Table of Contents

    Class RepSumByPrefTask

    Report by-name-prefix statistics aggregated by name.

    Other side effects: None.

    Inheritance
    System.Object
    PerfTask
    ReportTask
    RepSumByPrefTask
    RepSelectByPrefTask
    RepSumByPrefRoundTask
    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.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 RepSumByPrefTask : ReportTask, IDisposable

    Constructors

    | Improve this Doc View Source

    RepSumByPrefTask(PerfRunData)

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

    Fields

    | Improve this Doc View Source

    m_prefix

    Declaration
    protected string m_prefix
    Field Value
    Type Description
    System.String

    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

    ReportSumByPrefix(IList<TaskStats>)

    Declaration
    protected virtual Report ReportSumByPrefix(IList<TaskStats> taskStats)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TaskStats> taskStats
    Returns
    Type Description
    Report
    | Improve this Doc View Source

    SetPrefix(String)

    Declaration
    public virtual void SetPrefix(string prefix)
    Parameters
    Type Name Description
    System.String prefix
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    PerfTask.ToString()
    See Also
    ToString()

    Implements

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