aGrUM  0.14.2
timer.h File Reference

Class used to compute response times for benchmark purposes. More...

#include <chrono>
#include <agrum/agrum.h>
#include <agrum/core/timer_inl.h>
+ 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  gum::Timer
 Class used to compute response times for benchmark purposesThis class represents a classic timer, it starts in the constructor, you can reset it with method reset() and you can get the delta time with the method step(). More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Detailed Description

Class used to compute response times for benchmark purposes.

Author
Pierre-Henri WUILLEMIN & Jean-Philippe Dubus

Definition in file timer.h.