benchmarking code is available at Fog/Src/App/Bench/* .
If you want to run benchmarks against Cairo or GDI+, you need to
enable it using -DFOG_BENCH_GDIPLUS|CAIRO when running cmake script.
Please note that I temporarily removed all SSE2 code which was used to
composite pixels, so numbers you get for Fog benchmark are quite bad
(C code) at this time (SSE2 compositing will be reimplemented soon).
Latest revision for all three supported platforms is #953 (this will
be fixed soon), revisions after are broken.
Best regards
Petr Kobalicek
On Sun, Mar 4, 2012 at 2:52 PM, Petr Kobalíček <kobalic...@gmail.com> wrote:
> Hi,
>
> benchmarking code is available at Fog/Src/App/Bench/* .
>
> If you want to run benchmarks against Cairo or GDI+, you need to
> enable it using -DFOG_BENCH_GDIPLUS|CAIRO when running cmake script.
> Please note that I temporarily removed all SSE2 code which was used to
> composite pixels, so numbers you get for Fog benchmark are quite bad
> (C code) at this time (SSE2 compositing will be reimplemented soon).
ok.
> Latest revision for all three supported platforms is #953 (this will
> be fixed soon), revisions after are broken.
I'll try that revision, then, thank you
Vincent Torri