Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Timing.hh
1 #ifndef __BIAS_Timing_hh__jw_64826428_
2 #define __BIAS_Timing_hh__jw_64826428_
3 
4 namespace BIAS {
5 
6  /// high resolution HW timers
7  /// JW
8  class Timing {
9  public:
10 
11  /** @brief High resolution timer functions
12  return high performance counter value,
13  @author Jan Woetzel */
14  double Realtime(void);
15 
16 
17  }; // class
18 } // namespace
19 #endif
high resolution HW timers JW
Definition: Timing.hh:8
double Realtime(void)
High resolution timer functions return high performance counter value,.