How to get the amount of int8 operations

Hello,

Could someone please help me to get the amount of int8 operations(TOPs) using nvprof (or other profiler if nvprof does not support it)?
I was able to measure the amount of fp32 and fp16 operations using flops_sp and flop_count_hp metrics respectively, but I can not find any metric for int8 operations.

Thanks