blob: b1e3cbe1cdc07a08e88d375db8701a8639821158 [file] [log] [blame]
# Copyright 2015 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 = "Nemanja Vasic <nvasic@google.com>"
NAME = "hardware_TLBMissCost"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "hardware"
TEST_TYPE = "client"
ATTRIBUTES = "suite:experimental"
DOC = """
Calculate cost of a TLB miss
Arguments:
events: Events to pass to perf stat -e
program: Benchmark binary
"""
job.run_test('hardware_TLBMissCost', tag='TLBMissCost',
events=('cycles', 'iTLB-misses'),
program='iTLB_benchmark')