ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
MyTimer.h File Reference

Define a timer class, to be used for testing performance. More...

#include <string>
#include <vector>
#include <chrono>
#include <ratio>
Include dependency graph for MyTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MyTimer
 MyTimer can register call(s) and print reports. More...
 
class  MyTimer::OneTimer
 nested class of MyTimer, contains the timers functions More...
 

Detailed Description

Define a timer class, to be used for testing performance.

Make simple development:

  1. Provides only one name, Stop, Start, Reset (done)
  2. Allow registration of different timers
  3. ??

Last modified

Id:
MyTimer.h 511 2014-12-07 15:42:15Z martinml

Definition in file MyTimer.h.