2 * notion/ioncore/profiling.h
4 * Copyright (c) The Notion Team 2012.
6 * See the included file LICENSE for details.
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 */