2008-10-07 19:33 UTC+0200 Maurilio Longo (maurilio.longo@libero.it)
* harbour/source/rtl/seconds.c
! fixed little typo after latest commit.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-07 19:33 UTC+0200 Maurilio Longo (maurilio.longo@libero.it)
|
||||
* harbour/source/rtl/seconds.c
|
||||
! fixed little typo after latest commit.
|
||||
|
||||
2008-10-07 18:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/seconds.c
|
||||
* Some cleanup after latest change.
|
||||
|
||||
@@ -313,9 +313,9 @@ HB_EXPORT double hb_secondsCPU( int n )
|
||||
if( s_timer_interval == 0 )
|
||||
DosQuerySysInfo( QSV_TIMER_INTERVAL, QSV_TIMER_INTERVAL, ( PVOID ) &s_timer_interval, sizeof( ULONG ) );
|
||||
|
||||
QSGREC ** pBuf = hb_xalloc( BUFSIZE );
|
||||
pBuf = hb_xalloc( BUFSIZE );
|
||||
|
||||
if( pBuff )
|
||||
if( pBuf )
|
||||
{
|
||||
APIRET rc = DosQuerySysState( QS_PROCESS, 0L, _getpid(), 0L, pBuf, BUFSIZE );
|
||||
|
||||
@@ -331,7 +331,7 @@ HB_EXPORT double hb_secondsCPU( int n )
|
||||
{
|
||||
if( n & 1 )
|
||||
d += pTrec->usertime;
|
||||
|
||||
|
||||
if( n & 2 )
|
||||
d += pTrec->systime;
|
||||
}
|
||||
@@ -342,6 +342,7 @@ HB_EXPORT double hb_secondsCPU( int n )
|
||||
hb_xfree( pBuf );
|
||||
}
|
||||
else
|
||||
|
||||
#endif
|
||||
{
|
||||
/* TODO: this code is only for DOS and other platforms which cannot
|
||||
|
||||
Reference in New Issue
Block a user