From 109ce04bac832fa51217750ec9b48aaa7641bc4e Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 13 Jan 2012 04:40:12 -0800 Subject: Revived all of the source code view stats except exposed pipeline latency. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11329] --- src/abstract_hardware_model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 229d6a1..3bc7538 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -694,6 +694,7 @@ public: m_cache_hit=false; m_empty=false; } + void completed( unsigned long long cycle ); // stat collection: called when the instruction is completed void set_addr( unsigned n, new_addr_type addr ) { if( !m_per_scalar_thread_valid ) { -- cgit v1.3