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:
@@ -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().
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ Return( self )
|
||||
/////
|
||||
|
||||
Access nSeconds Class HB_ProfileEntity
|
||||
Return( ::nTicks / 1000 )
|
||||
Return( HB_Clocks2Secs( ::nTicks ) )
|
||||
|
||||
/////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user