QT Core App. Profiling and Testing
-
Hello Everyone,
im searching for a method to test and profiling my QT Core App.
We use QT 5.15.2 with mingw on Windows x86.The QML Profiling or Debugging with Visual Studio dont work. Have you an easy solution under windows?
The main reason is a looking for an overview with part of the app is taken memory , cpu ect. -
Hello Everyone,
im searching for a method to test and profiling my QT Core App.
We use QT 5.15.2 with mingw on Windows x86.The QML Profiling or Debugging with Visual Studio dont work. Have you an easy solution under windows?
The main reason is a looking for an overview with part of the app is taken memory , cpu ect.@Tekenochichi said in QT Core App. Profiling and Testing:
Profiling or Debugging with Visual Studio dont work
For that you would have to use Qt for MSVC, not MinGW
-
@Tekenochichi said in QT Core App. Profiling and Testing:
Profiling or Debugging with Visual Studio dont work
For that you would have to use Qt for MSVC, not MinGW
@jsulm i changed the debugger already in the qt kit options, but no more info in the vs debugger
-
@jsulm i changed the debugger already in the qt kit options, but no more info in the vs debugger
@Tekenochichi You can't use Microsoft debugger if you use MinGW as compiler
-
@Tekenochichi You can't use Microsoft debugger if you use MinGW as compiler
@jsulm yeah nice, so i have to change the comp. , look if it explode and then i could use the VS debugger...
is there a another option ? -
@jsulm yeah nice, so i have to change the comp. , look if it explode and then i could use the VS debugger...
is there a another option ?