Fission FSN
Loading...
Searching...
No Matches
fsProfile.h
Go to the documentation of this file.
1/********************************************************************
2*
3* Created: 20/2/2014 14:55
4*
5* File: fsProfile.h
6*
7* Author: Mick Waites
8*
9* Purpose: To profile code for speed.
10*
11*********************************************************************/
12
13#ifndef fsProfilehdr
14#define fsProfilehdr
15
16#include "../fsPlatform.h"
17
18#if defined fsFRAMEWORK_ML
19 #include "../impl/marmalade/debug/fsProfile.h"
20#else
21#error Unhandled platform.
22#endif
23
24#endif