Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 74c8a01a authored by thierry's avatar thierry
Browse files

Update the trace version number

parent 3299e331
No related branches found
No related tags found
No related merge requests found
......@@ -217,8 +217,9 @@ typedef struct kaapi_named_perfctr {
Version 7 is not uppercompatible with older versions and correspond to version integrated
in libomp.
Version 9 add loop information, memory event, perf counter.
Version 10 add parent-child information
*/
#define __KAAPI_TRACE_VERSION__ 9
#define __KAAPI_TRACE_VERSION__ 10
/** Definition of internal KAAPI events.
Not that any extension or modification of the events must
......
......@@ -63,7 +63,7 @@
#include <stdlib.h>
/** see kaapi_trace.h for coding of event name */
#if (__KAAPI_TRACE_VERSION__ == 9)
#if (__KAAPI_TRACE_VERSION__ == 10)
#else
#error "Unknown trace version in this source file"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment