[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  BLICURCAL        (Clipper)
------------------------------------------------------------------------------

  Function : Current Procedure Calls

  Syntax   : nlVal = BLICURCAL()

  Return   : Total number of calls to the current overlaid procedure

  This function returns the number of times the current overlaid procedure
  has been called since the program started. It can be used to identify
  procedures which are called frequently, with a view to optimizing them
  or rewriting them in C or ASM.

  Note: This function is only active if the BLINKER CLIPPER PROFILE ON
  command was specified at link time, otherwise it returns zero.

  Example  :
  * Get the number of calls to the current
  * procedure
  *
  ? "This procedure has been called "
  ?? BLICURCAL()," times"

See Also: BLINKER CLIPPER PROFILE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson