diff options
| author | Mahmoud <[email protected]> | 2019-07-15 17:15:06 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-07-15 17:15:06 -0400 |
| commit | 7e65afd701b62111b0c28a98fabad0319993cb1d (patch) | |
| tree | 98876f3dd1990b7343a2051b1f75dbe5a89ceb47 /src/gpgpu-sim/gpu-sim.h | |
| parent | f77cbe9333623d9dc775b127251f11bdb62efc9c (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.h | 1 |
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 { |
