| 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 4ec1dce8cea0dd5b3e32713c79f4afa5ca5423ea..e48fad996badab3c850eb5cecbd9ffbcbf816d92 100644
 | 
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
 | 
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
 | 
| @@ -1106,6 +1106,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.getAccuracyLevel());
 | 
|                  break;
 | 
|              }
 | 
|          }
 | 
| 
 |