Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1254 giacomo 1
 
2
/* Nunber of calibration iterations */
3
#define CALIBRATING_DELTA 100000
4
 
5
/* Usec of exec time for CALIBRATING_DELTA iterations
6
   Set to 0 if you calibrate during loader execution */
7
#define CALIBRATING_RESULT 0
8