SaDVIO
Namespaces | Functions
timer.cpp File Reference
#include "utilities/timer.h"
#include <chrono>
#include <cmath>
#include <iostream>
#include <stack>
Include dependency graph for timer.cpp:

Namespaces

 isae
 
 isae::timer
 

Functions

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