NativeStressTestParser
public
class
NativeStressTestParser
extends MultiLineReceiver
java.lang.Object | ||
↳ | com.android.ddmlib.MultiLineReceiver | |
↳ | com.android.tradefed.testtype.NativeStressTestParser |
ストレステスト データ出力を解析し、指標を収集する IShellOutputReceiver
反復処理の完了回数と反復処理あたりの平均時間。
次の出力を探します。
pass 0
...
==== pass X
Successfully completed X passes
「X」反復処理の回数を
概要
パブリック コンストラクタ | |
---|---|
NativeStressTestParser(String runName)
|
パブリック メソッド | |
---|---|
int
|
getIterationsCompleted()
|
String
|
getRunName()
|
boolean
|
isCancelled()
|
void
|
processNewLines(String[] lines)
|
パブリック コンストラクタ
NativeStressTestParser
public NativeStressTestParser (String runName)
NativeStressTestParser
を作成します。
パラメータ | |
---|---|
runName |
String : 実行名。ロギングの目的で使用されます。 |
パブリック メソッド
getIterationsCompleted
public int getIterationsCompleted ()
戻り値 | |
---|---|
int |
1 つ以上の実行で完了した反復処理の総数 |
getRunName
public String getRunName ()
戻り値 | |
---|---|
String |
テスト実行の名前。 |
isCancelled
public boolean isCancelled ()
戻り値 | |
---|---|
boolean |
processNewLines
public void processNewLines (String[] lines)
パラメータ | |
---|---|
lines |
String |