- timer->user += stop_time->user - start_time->user;
- timer->sys += stop_time->sys - start_time->sys;
- timer->wall += stop_time->wall - start_time->wall;
+ timer->user += stop->user - start->user;
+ timer->sys += stop->sys - start->sys;
+ timer->wall += stop->wall - start->wall;