DEBUG PROFILE: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Use PROFILER.EXE to translate the BR Profiler output file into readable text. To generate profiler output: DEBUG PROFILE SAMPLED filename or DEBUG PROFILE TIMED filename and DEBUG PROFILE STOP to end the profile Also, to use the profiler.exe to get a nice listing of what is in the log file. profiler.exe filename or profiler.exe filename raw See ftp site Dll_Distr/Profiler for samples and documentation.") |
No edit summary |
||
Line 15: | Line 15: | ||
See ftp site Dll_Distr/Profiler for samples and documentation. | See ftp site Dll_Distr/Profiler for samples and documentation. | ||
<noinclude> | |||
[[Category:Debug]] | |||
</noinclude> |
Revision as of 17:00, 12 September 2025
Use PROFILER.EXE to translate the BR Profiler output file into readable text.
To generate profiler output: DEBUG PROFILE SAMPLED filename or DEBUG PROFILE TIMED filename and DEBUG PROFILE STOP to end the profile
Also, to use the profiler.exe to get a nice listing of what is in the log file. profiler.exe filename or profiler.exe filename raw
See ftp site Dll_Distr/Profiler for samples and documentation.