|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.recorder.AbstractRecorder
jawprof.recorder.PersistentRecorder
jawprof.recorder.FormatRecorder
プロファイリングの結果をフォーマットして出力します.
Recorder
,
MessageFormat
コンストラクタの概要 | |
FormatRecorder(JawprofContext context)
|
メソッドの概要 | |
void |
persist(Monitor m)
プロファイリングの結果を永続化します. |
protected abstract void |
printLapRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
protected abstract void |
printStartRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
protected abstract void |
printStopRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
void |
saveGroupMap(java.lang.String group,
java.util.Collection types)
引数で与えられたトランザクショングループに所属するトランザクション種別の所属情報を保存し ます. |
クラス jawprof.recorder.PersistentRecorder から継承したメソッド |
save |
クラス jawprof.recorder.AbstractRecorder から継承したメソッド |
hold, release |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public FormatRecorder(JawprofContext context)
メソッドの詳細 |
public final void persist(Monitor m)
PersistentRecorder
の記述:
PersistentRecorder
内の persist
m
- モニターpublic void saveGroupMap(java.lang.String group, java.util.Collection types)
Recorder
内の saveGroupMap
PersistentRecorder
内の saveGroupMap
group
- トランザクショングループtypes
- 所属するトランザクション種別のコレクションprotected abstract void printStartRecord(java.lang.String message)
message
- フォーマットされた文字列protected abstract void printStopRecord(java.lang.String message)
message
- フォーマットされた文字列protected abstract void printLapRecord(java.lang.String message)
message
- フォーマットされた文字列
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |