X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=f5481fcdd95d4e304d57128c671bf4245eca8d02;hb=f6c49d38cbb965c502ca2af66d76e92f95acda7c;hp=2f4d1d3829083c4373571155b81db5634050da77;hpb=e05b81fc5b3f640496795ced5d893ece4cc51c2d;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 2f4d1d3..f5481fc 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -779,6 +779,18 @@ extern void lprintf(const char *fmt, ...); #define elprintf(w,f,...) #endif +// profiling +#ifdef PPROF +#include +#else +#define pprof_init() +#define pprof_finish() +#define pprof_start(x) +#define pprof_end(...) +#define pprof_end_sub(...) +#endif + +// misc #ifdef _MSC_VER #define cdprintf #else