Class OINOBenchmarkAbstract

Static class for benchmarking functions.

Hierarchy (view full)

Constructors

Methods

  • Complete benchmark timing

    Parameters

    • module: string

      of the benchmark

    • method: string

      of the benchmark

    • Optional category: string

      optional subcategory of the benchmark

    Returns number

  • Get given benchmark data.

    Parameters

    • module: string

      of the benchmark

    • method: string

      of the benchmark

    Returns number

  • Set benchmark names that are enabled.

    Parameters

    • modules: string[]

      array of those benchmarks that are enabled

    Returns void

  • Start benchmark timing.

    Parameters

    • module: string

      of the benchmark

    • method: string

      of the benchmark

    Returns void