Vuo  2.4.0
VuoTimeUtilities.hh
Go to the documentation of this file.
1
10#pragma once
11
16{
17public:
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};