public PerformanceRecord()

in base/src/main/java/org/apache/sling/performance/PerformanceRecord.java [32:35]


    public PerformanceRecord(final DescriptiveStatistics statistics, final Number threshold) {
        this.statistics = statistics;
        this.threshold = threshold;
    }