2001-07-23 18:24 GMT Dave Pearson <davep@davep.org>

* source/rtl/profiler.prg
     * Access method `nSeconds' in class HB_ProfileEntity now used
       HB_CLOCKS2SECS to calculate seconds.
This commit is contained in:
Dave Pearson
2001-07-23 18:27:35 +00:00
parent 6527471cc0
commit ba0478158a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
2001-07-23 18:24 GMT Dave Pearson <davep@davep.org>
* source/rtl/profiler.prg
* Access method `nSeconds' in class HB_ProfileEntity now used
HB_CLOCKS2SECS to calculate seconds.
2001-07-23 18:15 GMT Dave Pearson <davep@davep.org>
* source/rtl/seconds.c
* Renamed CLOCKS2SECS() to HB_CLOCKS2SECS().

View File

@@ -236,7 +236,7 @@ Return( self )
/////
Access nSeconds Class HB_ProfileEntity
Return( ::nTicks / 1000 )
Return( HB_Clocks2Secs( ::nTicks ) )
/////