GCC Code Coverage Report


Directory: ./
File: build/TESTS/PERFORMANCE_TESTS/PERF_HADAMARD_PROXY_CMAKE/HadamardProductProxy/hadamard_product.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
8 //Warning : this file has been generated automatically by the phoenix_hpc_proxy program
9 //You can find it at https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixHPCProxy
10 //Do NOT modify it
11
12
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <dlfcn.h>
16
17 #include "hadamard_product.h"
18
19 FunctionTypehandle_hadamard_product handle_hadamard_product;
20
21
22 ///Update the all the function handles of the file
23 /** @param handle : pointer to loaded library
24 */
25 void update_hadamard_product(void * handle){
26 handle_hadamard_product = (FunctionTypehandle_hadamard_product)(dlsym(handle, "_Z16hadamard_productPfPKfS1_m"));
27 }
28
29