Perform Evaluate c-tree Server performance. Short Name PERFORM() Type Low-level function Declaration COUNT Perform(COUNT status) Description Perform() collects statistics on the number of times each c-tree Plus function is called between PERFORM_ON and PERFORM_OFF. status is used to begin and end the evaluation process and to display the information collected. The values that can be used for status are:
Return Always returns zero (NO_ERROR). Example Perform(PERFORM_ON);
ReWriteRecord(…); NextRecord(…);
|
|||||||||||