diff options
author | Alexey Rodriguez <mrchebas@gmail.com> | 2006-12-21 11:56:15 +0000 |
---|---|---|
committer | Alexey Rodriguez <mrchebas@gmail.com> | 2006-12-21 11:56:15 +0000 |
commit | b927a3c1ca03948d9dd50657c01f7f50dc7161e8 (patch) | |
tree | 672479102996a6fecac585c016888f50f7a323c0 /includes/RtsFlags.h | |
parent | 59a91586963b8adbc03bbe8fc29fc71fac5c0989 (diff) | |
download | haskell-b927a3c1ca03948d9dd50657c01f7f50dc7161e8.tar.gz |
One more PAPI measurement, dropped precise cycle counting and replaced it with instructions.
Diffstat (limited to 'includes/RtsFlags.h')
-rw-r--r-- | includes/RtsFlags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h index d2236b4ae1..46f772aa0b 100644 --- a/includes/RtsFlags.h +++ b/includes/RtsFlags.h @@ -311,6 +311,7 @@ struct PAPI_FLAGS { #define PAPI_FLAG_CACHE_L2 2 #define PAPI_FLAG_BRANCH 3 #define PAPI_FLAG_STALLS 4 +#define PAPI_FLAG_CB_EVENTS 5 #endif |