2020-08-11 16:34:22 +02:00
|
|
|
/*
|
2022-09-05 10:39:42 +02:00
|
|
|
* Copyright (C) 2022 NHR@FAU, University Erlangen-Nuremberg.
|
|
|
|
* All rights reserved. This file is part of MD-Bench.
|
|
|
|
* Use of this source code is governed by a LGPL-3.0
|
|
|
|
* license that can be found in the LICENSE file.
|
2020-08-11 16:34:22 +02:00
|
|
|
*/
|
|
|
|
#ifndef __TIMING_H_
|
|
|
|
#define __TIMING_H_
|
|
|
|
|
2023-12-13 10:52:47 +01:00
|
|
|
extern double getTimeStamp(void);
|
|
|
|
extern double getTimeResolution(void);
|
|
|
|
extern double getTimeStamp_(void);
|
2020-08-11 16:34:22 +02:00
|
|
|
|
|
|
|
#endif
|