답변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