Use rdtsc only for debug.

This commit is contained in:
johns 2002-03-20 01:23:23 +00:00
parent 9936afd45c
commit 0d3a1ed3b4
2 changed files with 4 additions and 0 deletions

View file

@ -14,7 +14,9 @@
#include "pf_highlevel.h"
#include "pf_lowlevel.h"
#if defined(DEBUG) && defined(TIMEIT)
#include "rdtsc.h"
#endif
struct rect {
int Width, Height;

View file

@ -5,7 +5,9 @@
#include <stdlib.h>
#include "freecraft.h"
#include "map.h"
#if defined(DEBUG) && defined(TIMEIT)
#include "rdtsc.h"
#endif
#define PRINTING
#include "pf_low_open.h"