Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5206 Discussions

Export Results in other types (e.g. csv, xml)

Teodora_C_
Beginner
516 Views

I see there is the possibility to export result but only with the extension .inspxez

Is it possible to export results in other types like csv or xml to have the chance to parse the result? 

0 Kudos
1 Reply
Peter_W_Intel
Employee
516 Views

If you want to export result to text, cvs, xml format file - please use result directory. For example -

>inspxe-cl -R problems -format=text -verbose -r r006mi2

You can replace "text" with "csv" or "xml", and use "> file" to generate file.

 

0 Kudos
Reply