jawprof.recorder
クラス FileRecorder
java.lang.Object
jawprof.recorder.AbstractRecorder
jawprof.recorder.PersistentRecorder
jawprof.recorder.FormatRecorder
jawprof.recorder.FileRecorder
- すべての実装インタフェース:
- Recorder
- public class FileRecorder
- extends FormatRecorder
プロファイリングの結果を CSV ファイルへ出力します.
- バージョン:
- 1.0
- 関連項目:
Recorder
|
メソッドの概要 |
protected void |
printLapRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
protected void |
printStartRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
protected void |
printStopRecord(java.lang.String message)
フォーマットされたメッセージを出力します. |
void |
saveGroupMap(java.lang.String group,
java.util.Collection types)
引数で与えられたトランザクショングループに所属するトランザクション種別の所属情報を保存し
ます. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileRecorder
public FileRecorder(JawprofContext context)
throws java.io.IOException
saveGroupMap
public void saveGroupMap(java.lang.String group,
java.util.Collection types)
- 引数で与えられたトランザクショングループに所属するトランザクション種別の所属情報を保存し
ます. 現在は実装がありません.
- 定義:
- インタフェース
Recorder 内の saveGroupMap - オーバーライド:
- クラス
FormatRecorder 内の saveGroupMap
- パラメータ:
group - トランザクショングループtypes - 所属するトランザクション種別のコレクション
printStartRecord
protected void printStartRecord(java.lang.String message)
- フォーマットされたメッセージを出力します.
- 定義:
- クラス
FormatRecorder 内の printStartRecord
- パラメータ:
message - フォーマットされた文字列
printStopRecord
protected void printStopRecord(java.lang.String message)
- フォーマットされたメッセージを出力します.
- 定義:
- クラス
FormatRecorder 内の printStopRecord
- パラメータ:
message - フォーマットされた文字列
printLapRecord
protected void printLapRecord(java.lang.String message)
- フォーマットされたメッセージを出力します.
- 定義:
- クラス
FormatRecorder 内の printLapRecord
- パラメータ:
message - フォーマットされた文字列
Copyright 2004 Taichirou Etoh. All Rights Reserved.