| Index: tracing/tracing/metrics/system_health/power_metric.html
|
| diff --git a/tracing/tracing/metrics/system_health/power_metric.html b/tracing/tracing/metrics/system_health/power_metric.html
|
| index 61ba56dfa7c9edde8d73d4da24db73def25878ce..f449cbb1bef7bbac608bb8f41bf4192976c377f9 100644
|
| --- a/tracing/tracing/metrics/system_health/power_metric.html
|
| +++ b/tracing/tracing/metrics/system_health/power_metric.html
|
| @@ -246,7 +246,7 @@ tr.exportTo('tr.metrics.sh', function() {
|
| var loadData = getPowerData_(model, interval.min, interval.max);
|
| storePowerData_(loadData, hists.loadTimeHist, hists.loadEnergyHist,
|
| undefined);
|
| - lastLoadTime = (lastLoadTime == undefined ? interval.max :
|
| + lastLoadTime = (lastLoadTime === undefined ? interval.max :
|
| Math.max(lastLoadTime, interval.max));
|
| }
|
| if (lastLoadTime !== undefined) {
|
|
|