Vuo  2.3.2
VuoTimeUtilities.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
16 {
17 public:
18  static double getCurrentTimeInSeconds(void);
19  static struct timeval getCurrentTime(void);
20  static struct timeval getElapsedTime(const struct timeval &start, const struct timeval &end);
21  static void printTime(const struct timeval &time);
22 };