diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-24 22:53:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-24 22:53:26 +0000 |
| commit | ace5be682d8e04a1dccf8939efa1babe059e3609 (patch) | |
| tree | 9409aa78bd0bf64293f9e45238d4a82861b7663b /usr.sbin/kernbb | |
| parent | 7d6ddd1027c61081bb4a1e54d6af199aaed5c185 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/kernbb')
| -rw-r--r-- | usr.sbin/kernbb/kernbb.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index fd03110fc32d..7109d7ab2941 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -49,9 +49,9 @@ tool. .Pp At least one source file in the running kernel must have been compiled with the -.Fl --test-coverage +.Fl Fl test-coverage and -.Fl --profile-arcs +.Fl Fl profile-arcs options. .Pp The output is stored in the filenames compiled into the kernel by @@ -60,7 +60,9 @@ If the absolute pathname cannot be written to, the directory part of the filename is discarded and the file stored in the current directory under its basename. .Pp -The output files are named *.da, and the +The output files are named +.Pa *.da , +and the .Xr gcov 1 program will extract the counts and merge them with the source file to show actual execution counts. @@ -72,7 +74,7 @@ the default system the default memory .El .Sh SEE ALSO -.Xr cc 1 +.Xr cc 1 , .Xr gcov 1 .Sh AUTHORS The |
