This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Document 'cycles' suboption of --gprof


Hi,

I just committed the attached patch which documents the cycles suboption of the --gprof option.

Dave

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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]