TimerStat::+=

TimerStat::+=
TimerStat& operator +=(TimerStat& other);
Description

+= operator increments the tick measurements of the current TimerStat object by adding the timer statistics of another TimerStat object to the current one.

Parameters
Parameters 
Description 
TimerStat& other 
A TimerStat object whose timer statistics are used to increase the ticks of the current object. 
Return Value

The current TimerStat object.