BSD 4_3 release
[unix-history] / usr / man / man2 / profil.2
index 1beaac0..3433d4c 100644 (file)
@@ -1,4 +1,10 @@
-.TH PROFIL 2 "12 February 1983"
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)profil.2    6.2 (Berkeley) 5/14/86
+.\"
+.TH PROFIL 2 "May 14, 1986"
 .UC 4
 .SH NAME
 profil \- execution time profile
 .UC 4
 .SH NAME
 profil \- execution time profile
@@ -23,15 +29,12 @@ inside
 that word is incremented.
 .PP
 The scale is interpreted as an unsigned,
 that word is incremented.
 .PP
 The scale is interpreted as an unsigned,
-fixed-point fraction with binary point at the
-left: 0x10000 gives a 1-1 mapping of pc's to words
+fixed-point fraction with 16 bits of fraction:
+0x10000 gives a 1-1 mapping of pc's to words
 in
 .I buff;
 0x8000 maps each pair of instruction words
 together.
 in
 .I buff;
 0x8000 maps each pair of instruction words
 together.
-0x2 maps all instructions onto the beginning of
-.I buff
-(producing a non-interrupting core clock).
 .PP
 Profiling is turned off by giving a
 .I scale
 .PP
 Profiling is turned off by giving a
 .I scale