2023-02-05 07:34:23 +01:00
|
|
|
/*
|
2024-07-08 09:52:11 +02:00
|
|
|
* Copyright (C) NHR@FAU, University Erlangen-Nuremberg.
|
2023-02-05 07:34:23 +01:00
|
|
|
* All rights reserved.
|
|
|
|
* Use of this source code is governed by a MIT-style
|
|
|
|
* license that can be found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
#ifndef __TIMING_H_
|
|
|
|
#define __TIMING_H_
|
|
|
|
|
2024-07-08 09:52:11 +02:00
|
|
|
extern double getTimeStamp(void);
|
|
|
|
extern double getTimeResolution(void);
|
2023-02-05 07:34:23 +01:00
|
|
|
|
|
|
|
#endif // __TIMING_H_
|