<div dir="ltr">Hey Everyone.<div><br></div><div style>I just found a bug in the timer module, that I would like to fix. The average time printed out is garbage currently, as it&#39;s defined by</div><div style><br></div><div style>

timer_ptr%avg_time = timer_ptr%ave_time/timer_ptr%calls<br></div><div style><br></div><div style>rather than</div><div style><br></div><div style>timer_ptr%avg_time = timer_ptr%total_time/timer_ptr%calls<br></div><div style>

<br></div><div style>This is really the only line that gets changed. I&#39;ve tested it and it works fine in my tests, so I&#39;ll commit it tomorrow if I don&#39;t hear anything. It shouldn&#39;t impact anything other than the output of the timers.</div>

<div style><br></div><div style>Doug</div></div>