nvprof supported metrics

Hello community,

I m having a problem trying to gather metrics for my CUDA programs.

I would like to measure the stalls occurring to my program and I can’t find the stall_* metrics on my
–query-metrics list.

Can someone please inform me why is this happening and how can I measure them?

My system has the GTX 770 and CUDA Version 6.5.14

Hey ladakis,

Does nvprof list the standard metrics such as ipc and flop_count_sp?
Could you please post the output of nvprof with the --query-metrics and --query-events flags.