Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPerfDatasets

Defines the shape of a collection of datasets that our graphing service uses for drawing purposes.

Hierarchy

  • IPerfDatasets

Index

Properties

Properties

dataSearch playground for data

The data to be processed by the performance graph. Each slice will be of the form of [timestamp, numberOfPoints, value1, value2...]

idsSearch playground for ids

ids: string[]

The ids of our dataset.

startingIndicesSearch playground for startingIndices

startingIndices: DynamicFloat32Array

A list of starting indices for each slice of data collected. Used for fast access of an arbitrary slice inside the data array.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method