ubuntu - VTUNE: Cannot display data -


i'm using intel vtune analyzis: memory access, access contention, etc. , i'm getting error: cannot display data. data cannot displayed: there no viewport applicable data.

i'm using debian 6, intel vtune amplifier (gui) update 5 (2013).

i've found suggestion problem on ubuntu didn't find debian , suggested solutions ubuntu seems no applicable debian.

first of sanity check hardware event based collection works on system, run:

amplxe-cl -collect lightweight-hotspots -d 20

this simple 20 seconds system-wide collection,you should see summary report result. if doesn't pass please let know error see?

if passes try run application under same analysis , make sure runs without errors or unexpected exits:

amplxe-cl -collect lightweight-hotspots -- your_app

if latter passes main reason of not receiving data in memory access , other in-depth event based analysis workload short , did not collect enough samples. try increase analysis duration @ least 3-5 minutes. try using general exploration analysis - reports common cpu performance metrics.

and recommend upgrading update 8 of vtune amplifier xe


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -