template class Core::TimedInterval

Guard to profile time intervals.

#include <coreprofiler.h>

template <bool enabled>
class TimedInterval
{
public:
    // construction

    TimedInterval(IProfiler* profiler, int counter);
};