Hello,
I have a doubt about some metrics that can be collected with pgprof. I want to know if the following equation holds:
inst_executed =
inst_executed_global_loads+inst_executed_local_loads+
inst_executed_shared_loads+inst_executed_surface_loads+
inst_executed_global_stores+inst_executed_local_stores+
inst_executed_shared_stores+inst_executed_surface_stores
Besides, how many bytes are moved by each instruction accumulated in inst_executed? 4 bytes?
Thanks