NativeBenchmarkTestParser

public class NativeBenchmarkTestParser
extends MultiLineReceiver

java.lang.Object
   ↳ com.android.ddmlib.MultiLineReceiver
     ↳ com.android.tradefed.testtype.NativeBenchmarkTestParser


ベンチマーク テストデータ出力を解析し、次の指標を収集する IShellOutputReceiver 平均時間です

次の出力を探します。

Time per iteration min: X avg: Y max: Z

概要

パブリック コンストラクタ

NativeBenchmarkTestParser(String runName)

NativeBenchmarkTestParser を作成します。

パブリック メソッド

double getAvgOperationTime()
double getMaxOperationTime()
double getMinOperationTime()
String getRunName()
boolean isCancelled()

void processNewLines(String[] lines)

パブリック コンストラクタ

NativeBenchmarkTestParser

public NativeBenchmarkTestParser (String runName)

NativeBenchmarkTestParser を作成します。

パラメータ
runName String: 実行名。ロギングの目的で使用されます。

パブリック メソッド

getAvgOperationTime

public double getAvgOperationTime ()

戻り値
double 平均稼働時間は

getMaxOperationTime

public double getMaxOperationTime ()

戻り値
double 最大オペレーション時間を

getMinOperationTime

public double getMinOperationTime ()

戻り値
double 最小オペレーション時間を

getRunName

public String getRunName ()

戻り値
String テスト実行の名前。

isCancelled

public boolean isCancelled ()

戻り値
boolean

processNewLines

public void processNewLines (String[] lines)

パラメータ
lines String