| commit | 607e87ee73749421733e98db583a63b2441c5a43 | [log] [tgz] |
|---|---|---|
| author | Isaac Bosompem <[email protected]> | Tue Sep 05 23:41:44 2023 |
| committer | Chromeos LUCI <[email protected]> | Fri Sep 29 22:25:33 2023 |
| tree | 7b3b744fead420eb44344b12d4e6a348cabbe51e | |
| parent | 94d467c4d5f80b0332f398ab3bfbd9d89c6ed336 [diff] |
VmPerfEval: Adding a TSC -> real time conversion script The ApicTimerTest records the delay times in TSC ticks. This does make it difficult to compare across different CPUs (even of the same make) that will have different TSC tick rates. This patch will convert all the appropriate CSV files within the test output directory into ones that have real time units. This will make it easier to compare as the delays will be provided in common units. BUG=b:266974799 TEST=Ensured correct conversion on previously captured test results Change-Id: Ifecd0b17bbb23de55fb3431cb71e5374418581b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/graphics/+/4842921 Commit-Queue: Isaac Bosompem <[email protected]> Tested-by: Isaac Bosompem <[email protected]> Reviewed-by: Suhua Lei <[email protected]>