Directory: | ./ |
---|---|
File: | tmp_project/PhoenixMicroBenchmark/src/micro_benchmark_ns.cpp |
Date: | 2025-03-14 12:14:21 |
Exec | Total | Coverage | |
---|---|---|---|
Lines: | 0 | 2 | 0.0% |
Branches: | 0 | 0 | -% |
Line | Branch | Exec | Source |
---|---|---|---|
1 | /*************************************** | ||
2 | Auteur : Pierre Aubert | ||
3 | Mail : pierre.aubert@lapp.in2p3.fr | ||
4 | Licence : CeCILL-C | ||
5 | ****************************************/ | ||
6 | |||
7 | #include "micro_benchmark_ns.h" | ||
8 | |||
9 | ///Get the current time | ||
10 | /** @return current time in nanosecond | ||
11 | */ | ||
12 | ✗ | HiPeTime phoenix_getTime(){ | |
13 | ✗ | return HiPeClock::now(); | |
14 | } | ||
15 | |||
16 | |||
17 | |||
18 |