Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
bed7074c
Commit
bed7074c
authored
Nov 09, 2006
by
mrchebas@gmail.com
Browse files
No special Papi measurements taken by default
parent
6feeea5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RtsFlags.c
View file @
bed7074c
...
...
@@ -303,7 +303,8 @@ void initRtsFlagsDefaults(void)
RtsFlags
.
TraceFlags
.
sched
=
rtsFalse
;
#ifdef USE_PAPI
RtsFlags
.
PapiFlags
.
eventType
=
PAPI_FLAG_BRANCH
;
/* By default no special measurements taken */
RtsFlags
.
PapiFlags
.
eventType
=
0
;
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment