kgconv.8
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8 代码 · 共 53 行
8
53 行
.TH kgconv 8.SH Namekgconv \- convert a dump from kgmon (kgdump.out) to gprof format (gmon.out).SH Syntax.B kgconv [.B \-d] [.B \-n\fIcpunumber\fP] [.I dumpfile] [system].SH DescriptionThe .PN kgconv command is used to convert the dump file (kgdump.out)produced by .PN kgmonto the format required by .PN gprof. .NXR "SMP" "kgconv"The output file is gmon.out, which can be directly used by .PN gprof. If the .B \-nflag is not used, kgconv dumps the cumulative profile data about allthe processors in the system..SH Options.IP \-n\fIcpunumber\fP 15Converts profile data for the specified processor only..IP \-dUses the .I dumpfile specified as the next argument, instead of kgdump.out as the input file..SH Files.TP 15.PN /vmunixdefault system.TP 15.PN \&./kgdump.outdefault input dump file.TP 15.PN \&./gmon.outoutput file used by .PN gprof.SH See Alsokgmon(8), gprof(1), config(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?