Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

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