summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-10-24 09:56:14 -0800
committerTor Aamodt <[email protected]>2010-10-24 09:56:14 -0800
commit9ce235efd70782eba687da0f3163ff0f3f2840ef (patch)
treee44be5be27f12a1b631e44d09be5f044501206d2 /src/gpgpu-sim/gpu-sim.h
parent6eee7514ea8b72fbecd761c50ccfd3394edf2307 (diff)
add back per shader icount tracking for visualizer
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7910]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 2065f2d..903eb3c 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -319,7 +319,6 @@ private:
class shader_core_stats *m_shader_stats;
class memory_stats_t *m_memory_stats;
unsigned long long gpu_tot_issued_cta;
- unsigned long long gpu_tot_completed_thread;
unsigned long long last_gpu_sim_insn;
public: