Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 2 of 2) sorted by relevance

/development/plot-benchmarks/src/wrappers/
Dbenchmarks.ts42 private static labels(collection: MetricsCollection | undefined): string[] { method in BenchmarkWrapper
43 const labels: string[] = []; constant
/development/plot-benchmarks/src/types/
Dchart.ts10 labels: number[]; property