Bug 691613 - Performance regression with 9.00rc3 vs 8.70
Summary: Performance regression with 9.00rc3 vs 8.70
Status: RESOLVED DUPLICATE of bug 691612
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Regression (show other bugs)
Version: 0.00
Hardware: PC Linux
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 16:24 UTC by Henk Jan Priester
Modified: 2010-09-17 06:52 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
screen dump of the callgrind output (251.24 KB, image/png)
2010-09-17 06:52 UTC, Henk Jan Priester
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henk Jan Priester 2010-09-15 16:24:39 UTC
When rasterizing a large PDF with transparancy using the following commandline:

time $GS_DIR/bin/gs -dNOPAUSE -dBATCH -dBufferSpace=50000000 -r600 -sDEVICE=png16m -sOutputFile=strike.png strikeline1.pdf

GhostScript 9.00rc3 is very slow compared to 8.70. (113 vs 8.5 minutes)

GPL Ghostscript 8.70 (2009-07-31)
Copyright (C) 2009 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1

real    8m31.000s
user    8m10.277s
sys     0m19.870s

GPL Ghostscript RELEASE CANDIDATE 9.00 (2010-09-14)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1

real    113m6.393s
user    112m25.194s
sys     0m25.733s
Comment 1 Henk Jan Priester 2010-09-15 16:46:51 UTC

*** This bug has been marked as a duplicate of bug 691612 ***
Comment 2 Henk Jan Priester 2010-09-17 06:52:00 UTC
Created attachment 6732 [details]
screen dump of the callgrind output