GoogleBenchmarkResultParser
public
class
GoogleBenchmarkResultParser
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.testtype.GoogleBenchmarkResultParser
|
シェルから実行した Google ベンチマークの結果を解析する。
すべての結果を含む地図が返されます
概要
保護されたメソッド |
|
parseJsonToMap(JSONObject j)
すべての JSON キーを調べて、一致する値を持つマップに配置するヘルパー。
|
パブリック コンストラクタ
GoogleBenchmarkResultParser
public GoogleBenchmarkResultParser (String testClassName,
ITestInvocationListener listener)
パラメータ |
testClassName |
String |
listener |
ITestInvocationListener |
パブリック メソッド
解析する
public parse (CommandResult cmd_result)
個々の出力行を解析します。
name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,ラベル
パラメータ |
cmd_result |
CommandResult : テスト出力を含むデバイス コマンドの結果 |
保護されたメソッド
parseJsonToMap
protected parseJsonToMap (JSONObject j)
すべての JSON キーを調べて、一致する値を持つマップに配置するヘルパー。