diff options
| author | Wilson Fung <[email protected]> | 2012-06-07 21:06:00 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:32 -0700 |
| commit | 07cf089e9d81e71c104ee81c63ee5d8be904d1b0 (patch) | |
| tree | b993aed37dbdccd99d9aff0b34fd4243d59a58d6 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 7f9189c1970d1a1d1d007f55d54923b48cccc545 (diff) | |
Fix for bug 168 (internal). The overall average memory latency should now be reporting the actual overall, instead of the average of just the final sampling window for AerialVision.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13045]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index a2b9db2..cffec45 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -919,8 +919,8 @@ void gpgpu_sim::cycle() (unsigned)days,(unsigned)hrs,(unsigned)minutes,(unsigned)sec, ctime(&curr_time)); fflush(stdout); - m_memory_stats->memlatstat_lat_pw(); visualizer_printstat(); + m_memory_stats->memlatstat_lat_pw(); if (m_config.gpgpu_runtime_stat && (m_config.gpu_runtime_stat_flag != 0) ) { if (m_config.gpu_runtime_stat_flag & GPU_RSTAT_BW_STAT) { for (unsigned i=0;i<m_memory_config->m_n_mem;i++) |
