git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@33279 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-06-11 14:46:27 +00:00
parent 7e289bc193
commit 3a3081e493

View file

@ -58,7 +58,7 @@ stats(NSTimeInterval ti, uint32_t max, NSTimeInterval *bounds, uint64_t *bands)
else
{
uint32_t min = 0;
uint32_t pos = (max - min) / 2;
uint32_t pos = max / 2;
while (max > min)
{
@ -133,7 +133,6 @@ stats(NSTimeInterval ti, uint32_t max, NSTimeInterval *bounds, uint64_t *bands)
}
[d release];
ENDGET
ti = NOW - ti;
}
}
else