Articles tagged with "timer"

Simple TimerHelper to measure rendering times

By Martin Westin
Working on a project that logs a lot of data I have found it useful to time the rendering-times of certain views, elements and other sections of code. I wrapped this code up info a helper just to have it handy. The same code can easily be put into a Component if it is controller-processing that needs measuring.
[Read more]