I don't have Visual Studio so I'm stuck with command line which I'm not getting.
According to documentation example to collect performance counter for gpu:
sprofile -o "/path/to/output.csv" -w "/path/to/app/working/directory" "/path/to/app.exe" "--device gpu"
If I enter
sprofile.exe -o D:\Data\
S@HMBOCL.CSV "D:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB_6.10_win_x86_SSE3_OpenCL_ATi_r331.exe"
I will get no perfdata, as the MB application does not run directly from cmd. If I call boinc.exe, I cannot also call MB app, as boinc will use app_info to start GPU app.
So what is the full commandline to collect perfdata for MB openCL?