New pages
Jump to navigation
Jump to search
- 17:01, 12 September 2025 Profiler File Layout (hist | edit) [2,411 bytes] GomezL (talk | contribs) (Created page with "The profiler output file will be a sequence of variable length records of various types. The first byte of each record will provide the record type, the length and record information will be record type specific. All numbers are network byte order. CREATE MODULE MAPPING Byte 1: 1 Byte 2-3: 16 bit module number Byte 4-5: 16 bit File Name Length Byte 6-end: File Name CURRENT LINE Current line information is started with this record and will be ended with a END CURRENT...")
- 16:57, 12 September 2025 DEBUG PROFILE (hist | edit) [664 bytes] GomezL (talk | contribs) (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.")