Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5335 ディスカッション

How to export the sampling data?

kopcarl
ビギナー
1,283件の閲覧回数
I divide a program into 10 parts. And I need to calculate CPI of each part, which is the result of CPU_CLK_UNHALTED.CORE / INST_RETIRE.ANY. So I need to export the time varying hardware event data. But I failed. Can anyone help me?
Thanks!
0 件の賞賛
1 返信
Peter_W_Intel
従業員
1,283件の閲覧回数

You can go source view to find any part, then select multiple source lineswith performance data ("CPU Time" & "Instruction Retired" - for example), right-click on "Copy to Clipboard". Thus, you canpaste the result into any file to calculate totalof CPUTime, total of Instructions Retired for this part, finally get CPI value of this part.

Regards, Peter

返信