Xbasic
thread.Profiler_End Method
Syntax
thread.Profiler_End(Name as C, WriteToFile as L)
Arguments
- NameCharacter
The name of the file or trace window tab.
- WriteToFileLogical
If .F., the profiler output will be written to the trace window. If .T., profiling data will be written to a file.
Description
Stop profiling for the thread and write the results.