From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2655 invoked by alias); 12 Jun 2003 22:56:58 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 2638 invoked from network); 12 Jun 2003 22:56:57 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 12 Jun 2003 22:56:57 -0000 Received: from redhat.com (topaz.toronto.redhat.com [172.16.14.227]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 0C767800030 for ; Thu, 12 Jun 2003 18:56:57 -0400 (EDT) Message-ID: <3EE90539.4070802@redhat.com> Date: Thu, 12 Jun 2003 22:56:00 -0000 From: Dave Brolley Organization: Red Hat Canada, Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sid@sources.redhat.com Subject: [patch] Document 'cycles' suboption of --gprof Content-Type: multipart/mixed; boundary="------------060600000900080105070701" X-SW-Source: 2003-q2/txt/msg00047.txt.bz2 This is a multi-part message in MIME format. --------------060600000900080105070701 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 109 Hi, I just committed the attached patch which documents the cycles suboption of the --gprof option. Dave --------------060600000900080105070701 Content-Type: text/plain; name="man.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="man.patch.txt" Content-length: 1000 Index: sid/doc/sid.1 =================================================================== RCS file: /cvs/src/src/sid/doc/sid.1,v retrieving revision 1.1 diff -c -p -r1.1 sid.1 *** sid/doc/sid.1 27 Feb 2003 07:26:36 -0000 1.1 --- sid/doc/sid.1 12 Jun 2003 22:54:09 -0000 *************** eg., direct/64kb/32, 4way/256kb/64/lru *** 117,124 **** .BR "--EB" ", " "--EL" Set power-up CPU mode to big/little endian. .TP ! .BR "--gprof" "=FILE" ! Turn on GPROF profiling; collect every insn-count ticks. .TP .BR "--memory-region" "=BASE,SIZE" Add RAM from region from BASE to BASE+SIZE-1. Comma-separated sub-options are: --- 117,124 ---- .BR "--EB" ", " "--EL" Set power-up CPU mode to big/little endian. .TP ! .BR "--gprof" "=FILE" "[,cycles[=N]]" ! Turn on GPROF profiling; collect after N ticks (default N=1) or every insn-count ticks, if cycles not specified. .TP .BR "--memory-region" "=BASE,SIZE" Add RAM from region from BASE to BASE+SIZE-1. Comma-separated sub-options are: --------------060600000900080105070701--