-timevar_accumulate (timer, start_time, stop_time)
- struct timevar_time_def *timer;
- struct timevar_time_def *start_time;
- struct timevar_time_def *stop_time;
+timevar_accumulate (timer, start, stop)
+ struct timevar_time_def *timer;
+ struct timevar_time_def *start;
+ struct timevar_time_def *stop;