prDeleteProfilingEngine
Name
prDeleteProfilingEngine
Synopsis
ProfilingEngineT prDeleteProfilingEngine(ProfilingEngineT ProfilingEngine, StatusCodeT *Status)
Arguments
ProfilingEngine:
The profiling object you created with prCreateProfilingEngine.
Status:
A pointer to a value of type StatusCodeT representing any error
conditions.
Returns
Nothing
Description
After you are finished with the Profiler you must call prDeleteProfilingEngine to ensure that all used memory is freed. After you have deleted a Profiling object you must be careful not to use that object in further profiler calls.
See Also
prDeleteProfilingEngine, prSetParams