SaDVIO
Classes | Namespaces | Functions
timer.h File Reference
#include <string>
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isae::timer::timer_handle
 Handy way for timing an action. More...
 

Namespaces

 isae
 
 isae::timer
 

Functions

void isae::timer::tic ()
 pushes the current time on the stack More...
 
double isae::timer::silentToc ()
 pops a time from the stack and returns the difference with the current time More...
 
double isae::timer::toc (std::string s="")
 pops a time from the stack and prints the difference with the current time More...