GCC Code Coverage Report


Directory: ./
File: TESTS/TEST_THREAD_PIN_TO_CORE/main.cpp
Date: 2025-11-27 16:39:31
Exec Total Coverage
Lines: 3 3 100.0%
Functions: 1 1 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 0 (3→4) not taken.
✓ Branch 1 (3→5) taken 1 times.
1 PIN_THREAD_TO_CORE
12 1 return 0;
13 }
14
15
16
17
18