答案1
nvprof
如果你设置适当的开关,可以打印很好的统计数据。不幸的是我没有任何示例输出,但它可以像这样使用:
nvprof \
--devices 0 \
--metrics l1_cache_global_hit_rate \
--metrics shared_load_transactions \
./your_app
nvprof
如果你设置适当的开关,可以打印很好的统计数据。不幸的是我没有任何示例输出,但它可以像这样使用:
nvprof \
--devices 0 \
--metrics l1_cache_global_hit_rate \
--metrics shared_load_transactions \
./your_app