Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / platform / power_monitor / __init__.py
index 4d98e07..7a13fa9 100644 (file)
@@ -16,6 +16,12 @@ class PowerMonitor(object):
     """
     return False
 
+  def CanMeasurePerApplicationPower(self):
+    """Returns True if the power monitor can measure power for the target
+    application in isolation. False if power measurement is for full system
+    energy consumption."""
+    return False
+
   def StartMonitoringPower(self, browser):
     """Starts monitoring power utilization statistics.