sorry, i've sent the mail too quickly So i have compiled with mingw-w64an application which takes a lot of time to start (cold start). It has around 150 dll dependencies
So i would like to know if the number of DLL could be one of the reasons why the application takes some time to start. Would using delay-load DLL improve the start of the application ? Also, is there a profiling tool (like callgrind on linux) which would profile the startup time of this application (so it must read dwarf symbols), preferably free (in the sense i don't pay it...) ? thank you Vincent Torri ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
