Searched refs:getLabels (Results 1 – 7 of 7) sorted by relevance
103 || profilingPoint.getValues().size() != profilingPoint.getLabels().size()) in addData()124 for (int i = 0; i < profilingRun.getLabels().size(); i++) { in toJson()125 String label = profilingRun.getLabels().get(i); in toJson()133 for (int i = 0; i < pt.getLabels().size(); i++) { in toJson()134 String label = pt.getLabels().get(i); in toJson()
73 if (ppSummary.getLabels() != null && ppSummary.getLabels().size() > 0) { in addData()
83 for (String label : ppSummary.getLabels()) { in update()
217 if (profilingRun.getLabels() != null in update()218 && profilingRun.getLabels().size() == profilingRun.getValues().size()) { in update()219 for (int i = 0; i < profilingRun.getLabels().size(); i++) { in update()220 String label = profilingRun.getLabels().get(i); in update()232 this.labels.addAll(profilingRun.getLabels()); in update()
201 if (Objects.nonNull(this.getLabels()) && this.getLabels().size() > VALUE_SIZE_LIMIT) { in saveMultiRow()202 partitionedLabelList = Lists.partition(this.getLabels(), VALUE_SIZE_LIMIT); in saveMultiRow()
97 if (pt.getLabels() != null && pt.getLabels().size() == pt.getValues().size()) { in processProfilingRun()99 } else if (pt.getLabels() == null && pt.getValues().size() > 0) { in processProfilingRun()
10 …getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLab… method