[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation/kernel/profiling/index.xml: 1.1 -> 1.2
以下のページの更新をしました。ツッコミをお願いします。
Documentation/kernel/profiling/index.xml: 1.1 -> 1.2
1/4 までに異議がなければ、 commit します。
以下、訳と原文の差分です。
--- index.xml.orig Sun Jan 1 01:39:32 2006
+++ index.xml Sun Jan 1 01:40:14 2006
@@ -6,10 +6,10 @@
<webpage id="ja-Documentation-kernel-profiling">
<config param="desc" value=""/>
<config param="cvstag"
- value="$NetBSD: index.xml,v 1.1 2005/08/02 21:12:07 rpaulo Exp $"/>
+ value="$NetBSD: index.xml,v 1.2 2005/08/02 21:29:07 oster Exp $"/>
<!-- based on english translation: -->
-<!-- NetBSD: index.xml,v 1.1 2005/08/02 21:12:07 rpaulo Exp -->
- <config param="rcsdate" value="$Date: 2005/08/02 21:12:07 $"/>
+<!-- NetBSD: index.xml,v 1.2 2005/08/02 21:29:07 oster Exp -->
+ <config param="rcsdate" value="$Date: 2005/08/02 21:29:07 $"/>
<head>
<!-- Copyright (c) 1994-2005
@@ -176,7 +176,7 @@
<listitem><emphasis role="bold"><filename>gmon.out</filename></emphasis>
から人間が判読できる解釈を入手するため、
以下のコマンドを実行します。
- <screen>% gprof /netbsd gprof.out > gprof.txt</screen></listitem>
+ <screen>% gprof /netbsd gmon.out > gprof.txt</screen></listitem>
<listitem>データの解釈をします。</listitem>
</itemizedlist>
</sect3>
Index: index.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/kernel/profiling/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 2 Aug 2005 21:12:07 -0000 1.1
+++ index.xml 2 Aug 2005 21:29:07 -0000 1.2
@@ -6,8 +6,8 @@
<webpage id="Documentation-kernel-profiling">
<config param="desc" value=""/>
<config param="cvstag"
- value="$NetBSD: index.xml,v 1.1 2005/08/02 21:12:07 rpaulo Exp $"/>
- <config param="rcsdate" value="$Date: 2005/08/02 21:12:07 $"/>
+ value="$NetBSD: index.xml,v 1.2 2005/08/02 21:29:07 oster Exp $"/>
+ <config param="rcsdate" value="$Date: 2005/08/02 21:29:07 $"/>
<head>
<!-- Copyright (c) 1994-2005
@@ -176,7 +176,7 @@
<listitem>To get a human readable interpretation from
<emphasis role="bold"><filename>gmon.out</filename></emphasis>,
run
- <screen>% gprof /netbsd gprof.out > gprof.txt</screen></listitem>
+ <screen>% gprof /netbsd gmon.out > gprof.txt</screen></listitem>
<listitem>Try to make sense of the data.</listitem>
</itemizedlist>
</sect3>