GCC Code Coverage Report


Directory: ./
File: TESTS/TEST_THREAD_PIN_TO_CORE/main.cpp
Date: 2025-05-16 18:34:22
Exec Total Coverage
Lines: 3 3 100.0%
Branches: 1 2 50.0%

Line Branch Exec Source
1
2 /***************************************
3 Auteur : Pierre Aubert
4 Mail : pierre.aubert@lapp.in2p3.fr
5 Licence : CeCILL-C
6 ****************************************/
7
8 #include "pin_thread_to_core.h"
9
10 1 int main(int argc, char **argv){
11
1/2
✗ Branch 1 not taken.
✓ Branch 2 taken 1 times.
1 PIN_THREAD_TO_CORE
12 1 return 0;
13 }
14
15
16
17
18