热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

找出核心中有多少指令-findouthowmanyinstructionsmadeinthecore

IamrunninganIntelhyperthreadingsystemusingLinuxOSandIwouldliketofindoutifthereis

I am running an Intel hyper threading system using Linux OS and I would like to find out if there is a way to know how many instructions (actual work) the core (or the virtual core if it can be done) did for a period of time.

我正在使用Linux操作系统运行英特尔超线程系统,我想知道是否有办法知道核心(或虚拟核心,如果可以完成)有多少指令(实际工作)时间。

Is there any register that can tell me how much instructions was made?

有没有可以告诉我有多少指令的寄存器?

1 个解决方案

#1


0  

You can install oprofile (http://oprofile.sourceforge.net/).
When using it, you start sampling, then stop after a while.
Then you can get a report of various CPU counters, one of them is the number of instructions.

您可以安装oprofile(http://oprofile.sourceforge.net/)。使用时,开始采样,然后停止一段时间。然后你可以获得各种CPU计数器的报告,其中一个是指令数。


推荐阅读
author-avatar
mobiledu2502913165
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有