Bonjour à tous,
Est-ce que gprof fonctionne avec un processeur x64?Code:
1
2
3
4
5
6
7
8
9
10 #include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) { printf ("Press ENTER to continue.\n"); getchar (); /* system ("pause"); */ return 0; }
x86_64-w64-mingw32-gcc-6.4.0.exe argument.c -o argument.exe -pg -g
... pas de gmon.out.
merci de votre attention,
jpd