| # Copyright 2018 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| AUTHOR = "Chrome OS Team, [email protected]" |
| NAME = "video_JDAPerf.cpu" |
| PURPOSE = "Test the cpu usage of jpeg decoding" |
| CRITERIA = """ |
| The test outputs the cpu usage of jpeg decoding. |
| """ |
| ATTRIBUTES = "suite:crosbolt_perf_perbuild" |
| TIME = "MEDIUM" |
| TEST_CATEGORY = "Performance" |
| TEST_CLASS = "video" |
| TEST_TYPE = "client" |
| DEPENDENCIES = "hw_jpeg_acc_dec" |
| BUG_TEMPLATE = { |
| 'labels': ['OS-Chrome', 'VideoTestFailure'], |
| 'cc': ['[email protected]'], |
| } |
| |
| DOC = """ |
| This test measures the CPU usage of jpeg decoding for hardware |
| decode and software decode. |
| """ |
| |
| job.run_test('video_JDAPerf') |