mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-23 20:01:15 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@33279 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e289bc193
commit
3a3081e493
1 changed files with 1 additions and 2 deletions
3
GSFIFO.m
3
GSFIFO.m
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue