Profiling from command line does not provide results file
borismod
Posts: 3
We're evaluating ANTS profiler for its command line feature. I prepared a project that executes some program (.NET 4). the I executed the profiler from the command line:
>Profile.exe /p:"project_name.app7" /t:0 /ml
It runs fine and shows "Summary of results" in the console, but no results file is produced.
BTW, I join other posts saying that "line-level" does not work for me either.
>Profile.exe /p:"project_name.app7" /t:0 /ml
It runs fine and shows "Summary of results" in the console, but no results file is produced.
BTW, I join other posts saying that "line-level" does not work for me either.
Comments
/data:"my_project.app7results"
fixed it