iRoCS Toolbox  1.1.0
Data Structures | Namespaces
ATBTiming.hh File Reference

ATBTiming.hh provides the MyDateTime and Timer classes for high accuracy profiling. More...

#include <config.hh>
#include <string>
#include <iostream>
Include dependency graph for ATBTiming.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  atb::MyDateTime
 The MyDateTime struct provides pretty printed date - time strings with microsecond resolution. More...
 
class  atb::Profiler
 The Profiler class provides a simple stop-watch in microsecond accuracy for simple profiling tasks (similar to tic - toc in MATLAB). More...
 
class  atb::Timer
 The Timer class provides a simple stop-watch in microsecond accuracy for simple profiling tasks (similar to tic - toc in MATLAB) More...
 

Namespaces

 atb
 

Detailed Description

ATBTiming.hh provides the MyDateTime and Timer classes for high accuracy profiling.

Definition in file ATBTiming.hh.