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.") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= BR Profiler Main Page = | |||
Use '''PROFILER.EXE''' to translate the BR Profiler output file into readable text. | |||
== Generating profiler output == | |||
<pre> | |||
DEBUG PROFILE SAMPLED filename | DEBUG PROFILE SAMPLED filename | ||
DEBUG PROFILE TIMED filename | DEBUG PROFILE TIMED filename | ||
DEBUG PROFILE STOP | |||
DEBUG PROFILE STOP | </pre> | ||
== Viewing profiler output == | |||
Use '''profiler.exe''' to view the contents of a log file: | |||
<pre> | |||
profiler.exe filename | profiler.exe filename | ||
profiler.exe filename raw | profiler.exe filename raw | ||
</pre> | |||
== Additional resources == | |||
* See the FTP site: ''Dll_Distr/Profiler'' for samples and documentation. | |||
* [[Profiler File Layout]] — Detailed description of the profiler log file format. | |||
<noinclude> | |||
[[Category:Debug]] | |||
[[Category:Profiler]] | |||
[[Category:Tools]] | |||
</noinclude> |
Latest revision as of 17:23, 12 September 2025
BR Profiler Main Page
Use PROFILER.EXE to translate the BR Profiler output file into readable text.
Generating profiler output
DEBUG PROFILE SAMPLED filename DEBUG PROFILE TIMED filename DEBUG PROFILE STOP
Viewing profiler output
Use profiler.exe to view the contents of a log file:
profiler.exe filename profiler.exe filename raw
Additional resources
- See the FTP site: Dll_Distr/Profiler for samples and documentation.
- Profiler File Layout — Detailed description of the profiler log file format.