1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-11-20 16:56:08 +00:00
Files
workload-automation/wa/utils/revent.py
Sergei Trofimov 98727bce30 utils/revent: recording parser fixes
- change magic string literal to a b'' string so that the comparison
  works in python 3
- expand timestamp tuples (struct.unpack always returns a tuple) before
  attempting to cast to float.
2018-10-08 17:46:35 +01:00

10 KiB