<?php

$program_name = 'ghostscript';
$input_text = 'We collect 3 traces of GhostScript\'s allocation when use to process these PDFs:'."\n";
$input = array('Single page with two charts',
				'Self language manuale',
				'GCC manual 4.5');

$input_ops = array(1932, 32492, 195066);

$program_desc = 'GhostScript is a viewer of PDF, PostScript and other formats.'."\n";

require_once 'program_page.php';
?>
