The Profiler Window<Alt-9> About The Profiler Window. ──────────────────────────────────────────────────────────────────────────────
The Profiler window contains a list of the functions that have been called by your program and various columns that display information for each function such as the slowest call of that function, the fastest call of the function, the number of times that the function has been called and the average (mean) time of all of the calls to that function.
The Profiler only works on .OBJ files that have been compiled with the /b switch.
The profiler has to be enabled for the profiling to take place.
The following is an example of the pop-up menu for the Profiler window, which may be summoned either by clicking the right mouse button on the window or by using <Alt-F10>.
┌─────────────────────────────┐ │ Goto Return│ │ Show Space│ │ Break Point F9│ ├─────────────────────────────┤ │[x] Profiling │ │[x] Profile Lines │ ├─────────────────────────────┤ │ Create Profile Log │ ├─────────────────────────────┤ │ Clear Profile Info │ │ Clear Profile Line Info │ ├─────────────────────────────┤ │ Zoom Alt-Z│ │ Close Shift-Alt-V│ └─────────────────────────────┛