Index: Source/devtools/front_end/timeline/TimelinePanel.js |
diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js |
index ae648e0a638d0486a2261267c5b8586bf7ab2e75..35a45c3c0ec3e396fa3aa6addb37b57d676c708b 100644 |
--- a/Source/devtools/front_end/timeline/TimelinePanel.js |
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js |
@@ -1067,6 +1067,7 @@ WebInspector.TimelinePanel.prototype = { |
if (this._overviewControls[i] instanceof WebInspector.TimelinePowerOverview) { |
var energy = this._overviewControls[i].calculateEnergy(startTime, endTime); |
title += WebInspector.UIString(" Energy: %.2f Joules", energy); |
+ title += WebInspector.UIString(" Accuracy: %s", WebInspector.powerProfiler.accuracyLevel()); |
break; |
} |
} |