summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-01-13 04:40:12 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:02 -0700
commit109ce04bac832fa51217750ec9b48aaa7641bc4e (patch)
tree3dcda0a96aa19c774fb88c6a2ad9804e469b4a85 /src/abstract_hardware_model.h
parent576bdb124dbf52345246adbc290dabac4bd25b35 (diff)
Revived all of the source code view stats except exposed pipeline latency.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11329]
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
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 ) {