Power dashboard 'timestamp' field records wrong time. It's not the time when the test start running. |
||
Issue descriptionIn client/cros/power/power_dashboard.py, 'timestamp' field records the time when _create_powerlog_dict is called. And _create_powerlog_dict is called in upload, which is (usually) called at the end of a test. According to go/power-dashboard-doc, this field should record the unix timestamp when the test start running.
,
Aug 23
We actually don't care about timestamp field represent time when test start running or finish running. I think it is better to just change doc to make 'timestamp' records time when test finish running because the existing data will be correct.
,
Aug 24
Fair enough, in that case Sean's checkpoint data will have the be converted to relative time from the start when uploading it to the dashboard. |
||
►
Sign in to add a comment |
||
Comment 1 by coconutruben@chromium.org
, Aug 22