mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:39:21 +02:00
atrf-path/gui.c (tstart, tstop): commented out benchmarking code
This commit is contained in:
parent
c86ce307e2
commit
9e3d17460a
@ -142,6 +142,8 @@ static void clear(SDL_Surface *s)
|
||||
|
||||
/* --- temporarily, for optimizing --- */
|
||||
|
||||
#if 0
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
@ -168,6 +170,13 @@ static void tstop(void)
|
||||
fprintf(stderr, "%.3f\n", t()-t0);
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
static void tstart(void) {}
|
||||
static void tstop(void) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
int gui(const struct sweep *sweep, int sweeps)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user