Rev 130 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 130 | Rev 505 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #include <sys/time.h> |
1 | #include <sys/time.h> |
Line 2... | Line 2... | ||
2 | 2 | ||
3 | // time struct for measuring |
3 | // time struct for measuring |
4 | extern struct timeval time_struct1; |
4 | extern struct timeval loop_start_time; |
Line 5... | Line 5... | ||
5 | extern struct timeval time_struct2; |
5 | extern struct timeval loop_end_time; |
6 | 6 | ||
7 | 7 | ||
Line -... | Line 8... | ||
- | 8 | extern int debug_sets; |