Subversion Repositories shark

Rev

Rev 1254 | Details | Compare with Previous | Last modification | View Log | RSS feed

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