Extract the default profiler into its own file.
[mono.git] / mono / metadata / profiler-default.h
1 #ifndef __MONO_PROFILER_DEFAULT_H__
2 #define __MONO_PROFILER_DEFAULT_H__
3
4 #include "mono/utils/mono-compiler.h"
5
6 void
7 mono_profiler_install_simple (const char *desc) MONO_INTERNAL;
8
9 #endif