Sending Profiler to Firefly

There are several ways to activate the profiler:

  • From the Developer Tools menu
  • Using a keyboard Short key
  • As an INI entry
  1. Starting the Profiler
    While the application is open, Right-Click on the status bar:
    Developer Tools -> Profiler -> Click Start Profiling, or use the keyboard shortkey: Ctrl+Shift+P

Run the process

  1. End the Profiler
    Once the process is done, click End Profiling in the toolbar menu or use the keyboard shortkey again: Ctrl+Shift+P

  1. Saving the Profiler
    Right-Click on the results screen will bring a context menu with 6 options.
    Click Save ,specify the path and file name and send us the file.

  1. Profiler settings in the INI
    To start the Profiler for the Web or without using Developer tools, Simply add an entry to the INI file in the [MAGIC_ENV] section:

     Profiler= c:\temp\myfile.prof
    

Or as an argumant from the command line:

    /Profiler= *c:\temp\myfile.prof

Notice that a Profiler for the Web will create a file for each request.


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com