Subversion Repositories Projects

Rev

Rev 130 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 505
1
#include "statistics.h"
1
#include "statistics.h"
-
 
2
 
-
 
3
struct timeval loop_start_time;
-
 
4
struct timeval loop_end_time;
2
 
5
 
3
struct timeval time_struct1;
6
struct timeval time_struct1;
4
struct timeval time_struct2;
7
struct timeval time_struct2;
5
 
8
 
6
 
9
 
7
int debug_sets=0;
10
int debug_sets=0;
8
int confirm_sets=0;
11
int confirm_sets=0;
9
int version_sets=0;
12
int version_sets=0;
-
 
13
 
10
 
14
unsigned long last_trip_time=0;
11
 
15