1 / 38
文档名称:

能够使用VTune分析77.ppt

格式:ppt   大小:3,112KB   页数:38页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

能够使用VTune分析77.ppt

上传人:小落意心冢 2024/3/26 文件大小:3.04 MB

下载得到文件列表

能够使用VTune分析77.ppt

相关文档

文档介绍

文档介绍:该【能够使用VTune分析77 】是由【小落意心冢】上传分享,文档一共【38】页,该文档可以免费在线阅读,需要了解更多关于【能够使用VTune分析77 】的内容,可以使用淘豆网的站内搜索功能,选择自己适合的文档,以下文字是截取该文章内的部分文字,如需要获得完整电子版,请下载此文档到您的设备,方便您编辑和打印。Addyourtexthereandwritedownyouropninonthankyouaddyourtexthere能够使用VTune分析77目标能够使用VTune分析软件的性能瓶颈AGENDAIntroductionTerminologySamplingCallGraphCounterMonitorVTuneonLinuxVTune?PerformanceAnalyzer帮助你找出性能方面问题BottlenecksinalgorithmsBottlenecksduetodatalayoutApplicationarchitecturebottlenecksSystem-LevelandhardwarebottlenecksAGENDAIntroductionTerminologySamplingCallGraphCounterMonitorVTuneonLinux什么是Hotspot?Whereinanapplication/systemwherethereisasignificantamountofactivity(有大量活动发生的地方)Where=addressinmemory=>OSprocess=>OSthread=>executablefileorModule=>userfunction(requiressymbols)=>lineofsourcecode(requiressymbolswithlinenumbers)orprocessor(assembly)instruction.(定位到指令)Significant=ifitdoesn’thappenoftenitprobablydoesn’thavemuchimpactonthesystem’=?hotspot是你的代码花费很长时间执行的区域。通过定位hotspot,VTune性能分析工具可以帮助你分析应用程序的性能。但是简单的知道hotspot的位置是不够的,你必须知道什么导致hotspot的产生,怎样改进通过对热区的进一步分析,你可以跟踪关键的函数调用,监控特殊的处理器事件,如cachemissHotspot与Bottleneck的区别Bottleneck是系统中性能受到约束的位置VTune?,