prCreateProfilingEngine
Name
prCreateProfilingEngine
Synopsis
ProfilingEngineT prCreateProfilingEngine(ULongT Passcode1, ULongT Passcode2, StatusCodeT *Status)
Arguments
Passcode1: A number Lextek provides you that unlocks the toolkit.
Passcode2: A second number Lextek provides you that unlocks the toolkit.
Status:
A pointer to a value of type StatusCodeT representing any error
conditions.
Returns
An object of type ProfilingEngineT which is the profiling object itself. You will pass in this object to all other Profiler API functions.
If an error occurred, Status will be set to the error number. Be sure to check in case you entered incorrect passcodes.
Description
This is the first call you will make it generates the Profiler object. You must have an object created by prCreateProfilingEngine before you call any other API call.
In general you will call prDeleteResultVector()
prior to calling prProcessQuery() again. (There may be exceptions,
such as if you are comparing the results of two queries)
See Also
prDeleteProfilingEngine, prSetParams