summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorJin Wang <[email protected]>2014-11-16 01:27:47 -0500
committerJin Wang <[email protected]>2016-07-06 02:17:18 -0400
commit60fa05d4de0f3c926f9ab4f687b5d0748ec19285 (patch)
tree49cf9665cf19bef4b798f64c7c7f9a0452dd4aec /src/abstract_hardware_model.h
parentb70a5a69fa14cc01f707b910f8f021e36067922f (diff)
ADD: add kernel launching latency from stream to distributor
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 e6ef521..ab77d63 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -298,6 +298,7 @@ public:
unsigned long long launch_cycle;
unsigned long long start_cycle;
unsigned long long end_cycle;
+ unsigned m_launch_latency;
};
struct core_config {