wgl: Fix debug_printf format specifiers.
[mesa.git] / progs / perf / common.h
index 8b6091530d0c458ecf20ff3cb2a90d41f3acf271..6ea17402b521642f7f33932937043f10a0fccacd 100644 (file)
 #define COMMON_H
 
 
+#include <stddef.h> /* for offsetof() */
+
+
 typedef void (*PerfRateFunc)(unsigned count);
 
 
 extern double
 PerfMeasureRate(PerfRateFunc f);
 
+const char *
+PerfHumanFloat( double d );
+
+extern void
+perf_printf(const char *format, ...);
+
 
 #endif /* COMMON_H */