URL: https://linuxfr.org/forums/programmation-c/posts/pofiler-et-c Title: pofiler et C++ Authors: eric Date: 2008年02月06日T16:50:40+01:00 Tags: fortran Score: 0 Bonjour à tous, j'essaye de profiler une application avec ccmalloc, le souci c'est que d'habitude je développe avec eclipse donc j'ai beaucoup de mal à trouvé comment lancé ccmalloc pour compiller mon appli, eclipse lance la commande : make -k all Building file: ../Source/Lib.cpp Invoking: GCC C++ Compiler g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Source/Lib.d" -MT"Source/Lib.d" -o"Source/Lib.o" "../Source/Lib.cpp" Finished building: ../Source/Lib.cpp Building file: ../Source/test.cpp Invoking: GCC C++ Compiler g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Source/test.d" -MT"Source/test.d" -o"Source/test.o" "../Source/test.cpp" Finished building: ../Source/test.cpp Building target: App Invoking: GCC C++ Linker g++ -o"App" ./Source/Lib.o ./Source/test.o -lacml_mp -lgfortran -lGLEW -lglut Finished building target: App Build complete for project App quel commande dois utilisé pour utiliser ccmalloc?? j'ai lancé ccmalloc -h mais ça m'as pas beaucoup aidé merci de vos réponses