SetHeapTraceOutput
Specify filename for heap trace output.
Declaration
Source position: heaptrc.pp line 52
  procedure SetHeapTraceOutput(const name: string);  Overload;
  procedure SetHeapTraceOutput(var ATextOutput: Text);  Overload;
Description
SetHeapTraceOutput sets the filename into which heap trace info will be written. By default information is written to standard output, this function allows you to redirect the information to a file with full filename name.
Errors
If the file cannot be written to, errors will occur when writing the trace.
See also
| Name | Description | 
|---|---|
| SetHeapExtraInfo | Store extra information in blocks. |