Example 6: Registration.

int main(int argc, char* argv[])
{
    Profiler p;
    Mci::Register(&p);
    ...
}