user3197769
user3197769

Reputation: 21

VTune 2013 Profiler giving Error: “The Data Cannot be displayed,there is no viewpoint available for data ”

I want to optimize my code which is written in C but this error is always displayed “The Data Cannot be displayed,there is no viewpoint available for data ”, am working on windows XP and the profiler is update 2!

Upvotes: 1

Views: 763

Answers (2)

rbl31
rbl31

Reputation: 11

There must be some error cropping up which is causing the executable to not run properly which is causing this issue. In my case, it was not able to resolve path for a .a file.

Upvotes: 1

acid-art
acid-art

Reputation: 126

This sounds like a bug during collection stage. It is likely that result directory is missing some data due to collection error. Try to update to latest update 15 and repeat your experiment. If issue is still there you may wan to contact support team for investigation http://software.intel.com/en-us/forums/intel-vtune-amplifier-xe-and-vtune-performance-analyzer. Also make sure you XP has latest Service Pack (3?) installed

Upvotes: 0

Related Questions