Searched defs:sampled (Results 1 – 6 of 6) sorted by relevance
9 sampled: (value: Metric<T[]>, range: Range | null) => Series[]; property20 const sampled = metrics.sampled; constant
15 const sampled: Metric<number[]>[] = []; constant70 sampled: sampled constant
10 const sampled = metrics.sampled; constant217 sampled(metric: Metric<number[]>, range: Range | null): Series[] { method in StandardMapper
36 sampled?: Metric<T[]>[]; property
19 sampled(label: string): Sampled | undefined { method in BenchmarkWrapper
13 const sampled = metrics.sampled; constant