2023-11-17 服务器开发-性能分析-intel-vtune-安装

摘要:

2023-11-17 服务器开发-性能分析-intel-vtune-安装

相关文档:

https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler-download.html?operatingsystem=linux&distributions=yumpackagemanager

使用vtune进行cpu热点分析 - 知乎

centos安装vtune

YUM Package Manager

复制代码
yum install intel-oneapi-vtune

Intel® VTune™ Profiler 2023.2.0 has been updated to include functional and security updates. Users should update to the latest version as it becomes available.

Prerequisites for First-Time Users

  1. Create the YUM repository file in the /temp directory as a normal user.

    复制代码
    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi
    enabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF
  2. Move the newly created oneAPI.repo file to the YUM configuration directory /etc/yum.repos.d:

    复制代码
bash 复制代码
sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
相关推荐
想唱rap1 小时前
C++ map和set
linux·运维·服务器·开发语言·c++·算法
CodeByV1 小时前
【Linux】Ext 系列文件系统深度解析:从磁盘到软硬链接
linux·服务器
q***49452 小时前
Ubuntu介绍、与centos的区别、基于VMware安装Ubuntu Server 22.04、配置远程连接、安装jdk+Tomcat
java·ubuntu·centos
梦在深巷、2 小时前
linux系统防火墙之iptables
linux·运维·服务器
Lay_鑫辰3 小时前
西门子诊断-状态和错误位(“轴”工艺对象 V1...3)
服务器·网络·单片机·嵌入式硬件·自动化
做人不要太理性3 小时前
【Linux系统】线程的同步与互斥:核心原理、锁机制与实战代码
linux·服务器·算法
大柏怎么被偷了4 小时前
【Linux】进程替换
linux·运维·服务器
Xの哲學4 小时前
Linux 指针工作原理深入解析
linux·服务器·网络·架构·边缘计算
乌萨奇也要立志学C++4 小时前
【Linux】进程信号(二)信号保存与捕捉全解析、可重入函数、volatile
linux·服务器
CryptoPP5 小时前
使用 KLineChart 这个轻量级的前端图表库
服务器·开发语言·前端·windows·后端·golang