Profiler

EnableProfile, ResetProfile, ViewProfileResults

EnableProfile

Description 

 EnableProfile(
   int  EnableProfile
);

This function turns profiling on/off.

Parameters

int EnableProfile

Turns profiling utility on/off.

0

Turns profiling utility off.

1

Turns profiling utility on.

See Also 
ViewProfileResults

ResetProfile

Description 

 ResetProfile();

This function clears all data from previous profiling to zero.

See Also 
EnableProfile, ViewProfileResults

ViewProfileResults

Description 

 ViewProfileResults();

This function displays the Profile Results dialog box. This dialog box can be displayed also from the context menu on the right most position on the Status Bar.

See Also 
ResetProfile, EnableProfile