summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-07-15 17:15:06 -0400
committerMahmoud <[email protected]>2019-07-15 17:15:06 -0400
commit7e65afd701b62111b0c28a98fabad0319993cb1d (patch)
tree98876f3dd1990b7343a2051b1f75dbe5a89ceb47 /src/gpgpu-sim/gpu-sim.h
parentf77cbe9333623d9dc775b127251f11bdb62efc9c (diff)
adding the new elapsed_cycles_sm_tot stats
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 7336cac..e98e499 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -295,6 +295,7 @@ struct memory_config {
// global counters and flags (please try not to add to this list!!!)
extern unsigned long long gpu_sim_cycle;
extern unsigned long long gpu_tot_sim_cycle;
+extern unsigned long long elapsed_cycles_sm_tot;
extern bool g_interactive_debugger_enabled;
class gpgpu_sim_config : public power_config, public gpgpu_functional_sim_config {