class CCL::Profiler

#include <profiler.h>

class Profiler
{
public:
    // typedefs

    typedef LinkedList <Primitive*> Registrar;

    // structs

    struct Primitive;

    template <class T>
    struct Scope;

    struct TimeAccumulator;

    // methods

    static Registrar& getRegistrar ();
};