DEBUG PROFILE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision 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 to | </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 == | |||
[[Profiler File Layout]] | * See the FTP site: ''Dll_Distr/Profiler'' for samples and documentation. | ||
* [[Profiler File Layout]] — Detailed description of the profiler log file format. | |||
<noinclude> | <noinclude> | ||
[[Category:Debug]] | [[Category:Debug]] | ||
[[Category:Profiler]] | |||
[[Category:Tools]] | |||
</noinclude> | </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.