diff options
| author | Tim Rogers <[email protected]> | 2013-04-15 10:27:10 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:46 -0700 |
| commit | 77cdf0905eea68880c7ef15b041e7ebfad301c2f (patch) | |
| tree | 199e52b6d42ad208f16ca89bdfc43fa028ae02b0 /src | |
| parent | 45b0064ac97419d66e8c9583fff9d436f0bb9d82 (diff) | |
Removing the default printing of the dynamic warp distribution histogram at the end of every kenerl
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15830]
Diffstat (limited to 'src')
| -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 5848d7c..2778077 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -877,7 +877,7 @@ void gpgpu_sim::gpu_print_stat() printf( "gpu_total_sim_rate=%u\n", (unsigned)( ( gpu_tot_sim_insn + gpu_sim_insn ) / elapsed_time ) ); shader_print_l1_miss_stat( stdout ); - shader_print_scheduler_stat( stdout, true ); + shader_print_scheduler_stat( stdout, false ); m_shader_stats->print(stdout); #ifdef GPGPUSIM_POWER_MODEL |
