X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=geekos%2Finclude%2Flwip%2Farch%2Fperf.h;h=ea09f705b04d52a454655d0c142e5561f86219a5;hb=c43fab2e53aa1a129a1020410c67de0240369ec0;hp=1daebac9563e31deffaeab5eb33049915255b81f;hpb=d38e1d6edeee83bfb1e3e3c6e2367faa5055bdfe;p=palacios.git diff --git a/geekos/include/lwip/arch/perf.h b/geekos/include/lwip/arch/perf.h index 1daebac..ea09f70 100644 --- a/geekos/include/lwip/arch/perf.h +++ b/geekos/include/lwip/arch/perf.h @@ -52,6 +52,8 @@ #define PERF_STOP(x) /* null definition */ #endif /* PERF */ +#if 0 + void perf_print(unsigned long c1l, unsigned long c1h, unsigned long c2l, unsigned long c2h, char *key); @@ -60,4 +62,6 @@ void perf_print_times(struct tms *start, struct tms *end, char *key); void perf_init(char *fname); +#endif + #endif /* __ARCH_PERF_H__ */