GCC Code Coverage Report


Directory: ./
File: src/phoenix_thread_clock.cpp
Date: 2025-05-16 18:34:22
Exec Total Coverage
Lines: 2 2 100.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 "phoenix_thread_clock.h"
8
9 ///Get the current time
10 /** @return current time in whatever unit
11 */
12 25 PhoenixTime phoenix_thread_clock(){
13 25 return PhoenixClock::now();
14 }
15
16
17
18