1 Star 0 Fork 14

Sukhikh Alexander/llvm-test-suite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TEST.vtl.Makefile 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
##===- TEST.vtl.Makefile -----------------------------------*- Makefile -*-===##
#
# Makefile for getting performance metrics using Intel's VTune.
#
##===----------------------------------------------------------------------===##
TESTNAME = $*
VTL := /opt/intel/vtune/bin/vtl
#
# Events: These will need to be modified for every different CPU that is used
# (i.e. the Pentium 3 on Cypher has a different set of available events than
# the Pentium 4 on Zion).
#
P4_EVENTS := "-ec en='2nd Level Cache Read Misses' en='2nd-Level Cache Read References'"
P3_EVENTS := "-ec en='L2 Cache Request Misses (highly correlated)'"
EVENTS := $(P4_EVENTS)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sukhikhalexander/llvm-test-suite.git
git@gitee.com:sukhikhalexander/llvm-test-suite.git
sukhikhalexander
llvm-test-suite
llvm-test-suite
main

搜索帮助