diff options
| author | Tayler Hetherington <[email protected]> | 2013-06-11 12:41:25 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:47 -0700 |
| commit | 821753ac64ac2b3f4a441d0ed6d8bb0cdffb0fb8 (patch) | |
| tree | cb908455877b49fad310e6d32a0e8e25e057f396 /src/gpuwattch/XML_Parse.h | |
| parent | ed5da41343db26bb2c06b46a6c16a0dc78c0636a (diff) | |
Further cleaning up power stats - Continuation of issue 35001.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16437]
Diffstat (limited to 'src/gpuwattch/XML_Parse.h')
| -rw-r--r-- | src/gpuwattch/XML_Parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpuwattch/XML_Parse.h b/src/gpuwattch/XML_Parse.h index 698445e..d35ba26 100644 --- a/src/gpuwattch/XML_Parse.h +++ b/src/gpuwattch/XML_Parse.h @@ -96,7 +96,8 @@ enum perf_count_t { NOC_A,
PIPE_A,
IDLE_CORE_N,
- CONST_DYNAMICN
+ CONST_DYNAMICN,
+ NUM_PERFORMANCE_COUNTERS
};
typedef struct{
|
