Use rdtsc only for debug.
This commit is contained in:
parent
9936afd45c
commit
0d3a1ed3b4
2 changed files with 4 additions and 0 deletions
src/pathfinder
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue