diff options
| author | Wilson Fung <[email protected]> | 2013-06-20 13:06:06 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:48 -0700 |
| commit | 33c2bb5ba2f0b45474fe2a72d87886692d6bf4ca (patch) | |
| tree | 4480fcf30a7e6ae54eba4cbf2caa78450499f04b /src/gpgpu-sim/gpu-sim.h | |
| parent | 07b32c3fb3c1a271bcc6e0a33ae6e134d10dd0b3 (diff) | |
Adding new option '-liveness_message_freq', which throttles the frequency of simulation liveness printout (default to 1 per second in wall clock time).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16482]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 90f8cb6..03f9bf2 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -347,6 +347,7 @@ private: + unsigned long long liveness_message_freq; friend class gpgpu_sim; }; @@ -462,6 +463,7 @@ private: unsigned long long gpu_tot_issued_cta; unsigned long long last_gpu_sim_insn; + unsigned long long last_liveness_message_time; std::map<std::string, FuncCache> m_special_cache_config; |
