|
Command Line |
Top Previous Next |
|
You may wish to use GuiProf command line for many reasons. If you test manually, you can create a shortcut to start your program under GuiProf profiler. If you test with automated tools, you can also set up the tools to start your application with GuiProf. GuiProf has the following command line syntax: GuiProf [-profile] [-help] fileName
Examples Start an application under profiler (GuiProf will profile in the background): GuiProf -profile "C:\Program Files\GuiProf\DemoApplication\DemoApplication.exe" Start GuiProf to background-profile an application specified in a project: GuiProf -profile C:\MyProjects\MyApp.gpproj See Also
|