diff options
| author | Tayler Hetherington <[email protected]> | 2013-01-28 13:56:32 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:25 -0700 |
| commit | f94343c8768af0fe5571c965e306c387b812b767 (patch) | |
| tree | 4563453c3e233cb0657ac5296bd41dd9558de7cc /src/gpuwattch/gpgpu_sim_wrapper.h | |
| parent | 711fa55eb98f6abee76a135c7319f31c843f2efc (diff) | |
Cleaning up steady state printing function
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15124]
Diffstat (limited to 'src/gpuwattch/gpgpu_sim_wrapper.h')
| -rw-r--r-- | src/gpuwattch/gpgpu_sim_wrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpuwattch/gpgpu_sim_wrapper.h b/src/gpuwattch/gpgpu_sim_wrapper.h index 0d9d546..eed308f 100644 --- a/src/gpuwattch/gpgpu_sim_wrapper.h +++ b/src/gpuwattch/gpgpu_sim_wrapper.h @@ -80,6 +80,9 @@ public: bool sanity_check(double a, double b); private: + + void print_steady_state(int position, double init_val); + Processor* proc; ParseXML * p; // power parameters |
