Home
last modified time | relevance | path

Searched defs:sampled (Results 1 – 6 of 6) sorted by relevance

/development/plot-benchmarks/src/transforms/
Ddata-transforms.ts9 sampled: (value: Metric<T[]>, range: Range | null) => Series[]; property
20 const sampled = metrics.sampled; constant
Dmetric-transforms.ts15 const sampled: Metric<number[]>[] = []; constant
70 sampled: sampled constant
Dstandard-mappers.ts10 const sampled = metrics.sampled; constant
217 sampled(metric: Metric<number[]>, range: Range | null): Series[] { method in StandardMapper
/development/plot-benchmarks/src/types/
Ddata.ts36 sampled?: Metric<T[]>[]; property
/development/plot-benchmarks/src/wrappers/
Dbenchmarks.ts19 sampled(label: string): Sampled | undefined { method in BenchmarkWrapper
/development/plot-benchmarks/src/workers/
Dservice.ts13 const sampled = metrics.sampled; constant