Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Profiler.cc File Reference

Implements Profiler, which managers a hierarchy of timers for profiling time spent in code. More...

#include "Profiler.h"
#include "TimeET.h"
#include <string>
#include <stdio.h>
#include <ctype.h>
#include <iostream>
#include <string.h>
#include <sstream>
#include <fstream>
#include <cmath>
Include dependency graph for Profiler.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

ProfilerOfSize< 20 > * mainProfiler = NULL
 holds code profiling information for MainObject
ProfilerOfSize< 06 > * motionProfiler = NULL
 holds code profiling information for MotoObject
ProfilerOfSize< 06 > * soundProfiler = NULL
 holds code profiling information for SoundPlay

Detailed Description

Implements Profiler, which managers a hierarchy of timers for profiling time spent in code.

Author:
ejt (Creator)

Definition in file Profiler.cc.


Variable Documentation

holds code profiling information for MotoObject

Definition at line 12 of file Profiler.cc.

holds code profiling information for SoundPlay

Definition at line 13 of file Profiler.cc.


Tekkotsu v5.1CVS
Generated Mon May 9 04:59:01 2016 by Doxygen 1.6.3