[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gzz] Benchmarks II
From: |
Matti Katila |
Subject: |
[Gzz] Benchmarks II |
Date: |
Tue, 18 Mar 2003 00:43:13 +0200 (EET) |
1 : Benchmark - leave out paper time: 82.08143615722656
2 : Benchmark - leave out shortcuts time: 74.3161392211914
3 : Benchmark - leave out text time: 46.684139251708984
4 : Benchmark - leave out background time: 35.09156799316406
5 : Benchmark - leave out fillet time: 96.08943939208984
6 : Benchmark - leave out nothing time: 94.56915283203125
Result with 1000 iterations calling timeRender().
On Mon, 17 Mar 2003, Matti Katila wrote:
> I added some benchmarks for pp[press Ctrl+b] and the results are
> interesting, though:
>
> 1 : Benchmark - leave out paper : 140 frames.
> 2 : Benchmark - leave out shortcuts : 175 frames.
> 3 : Benchmark - leave out text : 252 frames.
> 4 : Benchmark - leave out background : 269 frames.
> 5 : Benchmark - leave out fillet : 122 frames.
> 6 : Benchmark - leave out nothing : 122 frames.
>
> It seems that background, which is the calendar thing, eats a lot of
> power. Otoh, also text vobs take cpu cycles but not so much since there
> are so many of them. Actually text benchmark should be splitted to two:
> -don't build coordinate systems and don't draw text
> -build coordinate systems but don't draw text
>
>
> -Matti