|
164 | 164 | * using OpenStream. |
165 | 165 | */ |
166 | 166 |
|
167 | | -#define WQUEUE_PROFILE 1 |
| 167 | +#define WQUEUE_PROFILE 0 |
168 | 168 |
|
169 | 169 | /* |
170 | 170 | * MATRIX_PROFILE profiles the amount of information exchanged between the the |
|
203 | 203 | * All tracing to disk requires WQUEUE_PROFILE and sufficient MAX_WQEVENT_SAMPLES |
204 | 204 | */ |
205 | 205 |
|
206 | | -#define MAX_WQEVENT_SAMPLES 100000000 |
| 206 | +#define MAX_WQEVENT_SAMPLES 0 // 100000000 |
207 | 207 | #define WQEVENT_SAMPLING_OUTFILE_ENV_VAR "WQEVENT_SAMPLING_OUTFILE" |
208 | 208 | #define WQEVENT_SAMPLING_OUTFILE "events.ost" |
209 | 209 |
|
|
212 | 212 | * first state will be a work seeking state. |
213 | 213 | */ |
214 | 214 |
|
215 | | -#define TRACE_RT_INIT_STATE |
| 215 | +#define TRACE_RT_INIT_STATE 1 |
216 | 216 |
|
217 | 217 | /* |
218 | 218 | * If MAX_WQEVENT_CYCLES set to 0 or more, trace event samples will only be recorded |
|
226 | 226 | * Enable communication events (steal, push, data read, data write) to be traced |
227 | 227 | */ |
228 | 228 |
|
229 | | -#define TRACE_COMMUNICATION 1 |
| 229 | +#define TRACE_COMMUNICATION 0 |
230 | 230 |
|
231 | 231 | /* |
232 | 232 | * Enable runtime counters (wq_length, num tcreates, rusage events, etc) to be traced |
233 | 233 | */ |
234 | 234 |
|
235 | | -#define TRACE_QUEUE_STATS 1 |
| 235 | +#define TRACE_QUEUE_STATS 0 |
236 | 236 |
|
237 | 237 | /* |
238 | 238 | * Enable worker states events (steal, push, data read, data write) to be traced |
239 | 239 | */ |
240 | 240 |
|
241 | | -#define TRACE_WORKER_STATES 1 |
| 241 | +#define TRACE_WORKER_STATES 0 |
242 | 242 |
|
243 | 243 | /* |
244 | 244 | * Enable PAPI events to be traced |
|
249 | 249 | * - WS_PAPI_MULTIPLEX provides the default multiplexing setting, if not user-provided |
250 | 250 | */ |
251 | 251 |
|
252 | | -#define WS_PAPI_PROFILE 1 |
| 252 | +#define WS_PAPI_PROFILE 0 |
253 | 253 | #if WS_PAPI_PROFILE |
254 | 254 | #define WS_PAPI_MAX_NUM_EVENTS 45 |
255 | 255 | #define WS_PAPI_EVENTS_ENV_VAR "WS_PAPI_EVENTS" |
|
0 commit comments