Add kludge for IntelliJ IDEA transients
[notion.git] / ioncore / profiling.h
blobc6392426fc493e545367c2d09382635c9d9ce15e
1 /*
2 * notion/ioncore/profiling.h
4 * Copyright (c) The Notion Team 2012.
6 * See the included file LICENSE for details.
7 */
9 #ifndef NOTION_IONCORE_PROFILING_H
10 #define NOTION_IONCORE_PROFILING_H
12 void ioncore_profiling_start();
13 void ioncore_profiling_stop();
15 #endif /* NOTION_IONCORE_PROFILING_H */