Profileroff()
Turns off the high performance profiler
Usage
BOOLEAN = Profileroff(
)
Calling
Supports named-parameter calling allowing you to use the function like:
Profileroff( );
Supports passing parameters as a structure using ArgumentCollection:
Profileroff( ArgumentCollection={ } );