GUIDOLib
1.7.7
Guido Engine Internal Documentation
src
engine
misc
GuidoTiming.h
1
#ifndef GuidoTiming_H
2
#define GuidoTiming_H
3
4
/*
5
GUIDO Library
6
Copyright (C) 2014 Grame
7
8
This Source Code Form is subject to the terms of the Mozilla Public
9
License, v. 2.0. If a copy of the MPL was not distributed with this
10
file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
12
Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
13
research@grame.fr
14
15
*/
16
17
class
GuidoTiming
{
18
public
:
19
static
long
getCurrentmsTime
();
20
21
protected
:
22
#ifdef WIN32
23
static
int
gettimeofday(
struct
timeval *tv,
struct
timezone *tz);
24
#endif
25
};
26
27
#endif
GuidoTiming
Definition:
GuidoTiming.h:17
GuidoTiming::getCurrentmsTime
static long getCurrentmsTime()
Guido Project
Copyright © 2019
Grame-CNCM