Domains Accessibility Animation ApplicationCache CSS CacheStorage Console DOM DOMDebugger DOMStorage Database Debugger DeviceOrientation Emulation FileSystem HeapProfiler IndexedDB Input Inspector LayerTree Memory Network Page Power Profiler Rendering Runtime ScreenOrientation Security ServiceWorker Timeline Tracing Worker
Chrome Debugger Protocol Viewer

Power Domain

Methods

start

Start power events collection.

end

Stop power events collection.

canProfilePower

Tells whether power profiling is supported.

Return object
result
boolean True if power profiling is supported.

getAccuracyLevel

Describes the accuracy level of the data provider.

Return object
result
string Allowed values: high, moderate, low.

Events

dataAvailable

Parameters
value
array [ PowerEvent ] List of power events.

Types

PowerEvent

PowerEvent item

Type: object

Properties
type
string Power Event Type.
timestamp
number Power Event Time, in milliseconds.
value
number Power Event Value.