Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

FUNCTION xpxGetQueryPerformanceUsed (startTime        : INTEGER;
                                     endTime          : INTEGER;
                                     VAR hours        : INTEGER;
                                     VAR minutes      : INTEGER;
                                     VAR seconds      : INTEGER;
                                     VAR milliseconds : INTEGER;
                                     VAR microseconds : INTEGER)
                                     rstat            : INTEGER;

This functions calculate the time difference between to time stamps returned by the xpfGetQueryPerformanceCounter function.

  • No labels