Specify filename or text file for heap trace output.
Source position: heaptrc.pp line 58
procedure SetHeapTraceOutput( |
const name: string |
); overload; |
var ATextOutput: Text |
); overload; |
SetHeapTraceOutput using the name argument sets the filename into which heap trace info will be written. You can also use the ATextOutput form, where you pass an initialized text file record, this record will then be used to write the heap trace.
By default information is written to standard error, this function allows you to redirect the information to a file with full filename name or a text file ATextOutput.
If the file cannot be written to, errors will occur when writing the trace.
|
Store extra information in blocks. |