Searched refs:profilingSummary (Results 1 – 1 of 1) sorted by relevance
246 Entity profilingSummary; in toEntity() local247 profilingSummary = new Entity(this.key); in toEntity()248 profilingSummary.setUnindexedProperty(MEAN, this.globalStats.getMean()); in toEntity()249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()250 profilingSummary.setUnindexedProperty(MIN, this.globalStats.getMin()); in toEntity()251 profilingSummary.setUnindexedProperty(MAX, this.globalStats.getMax()); in toEntity()252 profilingSummary.setUnindexedProperty(COUNT, this.globalStats.getCount()); in toEntity()253 profilingSummary.setIndexedProperty(START_TIME, this.startTime); in toEntity()254 profilingSummary.setIndexedProperty(BRANCH, this.branch); in toEntity()255 profilingSummary.setIndexedProperty(BUILD_FLAVOR, this.buildFlavor); in toEntity()[all …]