Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!adobe!greid From: greid@adobe.com (Glenn Reid) Newsgroups: comp.lang.postscript Subject: Re: PS file interpretation time Message-ID: <721@adobe.UUCP> Date: 3 Apr 89 18:44:51 GMT References: <41310@tut.cis.ohio-state.edu> Sender: news@adobe.COM Reply-To: greid@adobe.COM (Glenn Reid) Organization: Adobe Systems Incorporated, Mountain View Lines: 28 In article <41310@tut.cis.ohio-state.edu> jang-h@cis.ohio-state.edu (Hyuk Soo Jang) writes: > >If anybody has an idea about the average interpretation time of the >postscript files either in Dataproduct or Apple laser printer, >please sends me an e-mail. I will be really appreciated. I'm curious to know what the average execution time of a C program is. Perhaps it can be estimated based on the size of its input file or its output file? In all seriousness, this can't feasibly be answered, since PostScript is a full programming language. However, I can give you some "expectations". Take a page with 3000 words of text, in 3-4 different fonts, with two moderately complex bits of line art. This page should take approximately 2-10 seconds of interpretation time, if the program is well-written, depending on the horsepower of the interpreter. If you're talking about an Apple LaserWriter Plus, 8-10 seconds is probably reasonable, if you're using a LaserWriter II NTX, 4-6 seconds is probably about right. Anything more than this can be chalked up to the inefficiencies of the driver. The "average application" will probably take about 10-20 seconds on comparable printers to print a page like the one I've described. Glenn Reid Adobe Systems Developer Tools & Strategies