PDA
$threadinfo[title]
-


kode54
May 17th, 2003, 23:18
Are the counters really 32 bit, or is DE only checking the lower 32 bits? (From some ...ahem... quick checking, it appears the code is using floating point math to format the stats for display, when it could use some integer math... perhaps %u.%2u, using / 1048576 and also collecting the remainder with % 1048576, then / 100000 for the fraction. Simple logical shift/and look like they'll work, in case compiler doesn't already see the opportinuty. Meh, I haven't looked at the performance counter API...)

aprentice
May 18th, 2003, 07:36
the connection rolling over at 4 gigs is a windows problem, 32bit is just not enough, doesnt m$ know? :P