DEBUG PROFILE: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


Use PROFILER.EXE to translate the BR Profiler output file into readable text.
= BR Profiler Main Page =


To generate profiler output:
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
or
DEBUG PROFILE TIMED filename
DEBUG PROFILE TIMED filename
and
DEBUG PROFILE STOP
DEBUG PROFILE STOP to end the profile
</pre>
 
== Viewing profiler output ==
Use '''profiler.exe''' to view the contents of a log file:


Also, to use the profiler.exe to get a nice listing of what is in the log file.
<pre>
profiler.exe filename
profiler.exe filename
or
profiler.exe filename raw
profiler.exe filename raw
</pre>


See ftp site Dll_Distr/Profiler for samples and documentation.
== Additional resources ==


[[Profiler File Layout]] -- Details about the profiler log
* 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>

Revision as of 17:22, 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.