blob: 9e9018621fb1c066538eed45735da741ef28ba05 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS 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 = "sque dhsharp rapati"
NAME = "platform_Perf"
PURPOSE = "Verify that the perf tool works properly."
CRITERIA = """
Successfully collect a perf data profile and verify that the contents are well
formed.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
JOB_RETRIES = 2
SUITE = "experimental"
DOC = """
Runs 'perf record' and 'perf report'.
"""
job.run_test('platform_Perf')