Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
quickprof Namespace Reference

The main namespace that contains everything. More...

Classes

struct  ProfileBlock
 A simple data structure representing a single timed block of code. More...
 
class  Clock
 A cross-platform clock class inspired by the Timer classes in Ogre (http://www.ogre3d.org). More...
 
class  Profiler
 A singleton class that manages timing for a set of profiling blocks. More...
 

Enumerations

enum  TimeFormat { SECONDS, MILLISECONDS, MICROSECONDS, PERCENT }
 A set of ways to represent timing results. More...
 

Detailed Description

The main namespace that contains everything.

Enumeration Type Documentation

enum TimeFormat

A set of ways to represent timing results.

Enumerator
SECONDS 
MILLISECONDS 
MICROSECONDS 
PERCENT