SimplePerfStatResultParser
public
final
class
SimplePerfStatResultParser
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SimplePerfStatResultParser |
用於剖析 Simpleperf 結果的公用程式類別。
應該在實作測試結果接收端時相當實用
另請參閱:
摘要
公用方法 | |
---|---|
static
SimplePerfResult
|
parseRawOutput(String output)
剖析 Simpleperf 輸出多行的公用程式方法 |
static
|
parseSingleLine(String line)
可剖析 Simpleperf 結果單行的公用程式方法 |
公用方法
parseRawOutput
public static SimplePerfResult parseRawOutput (String output)
剖析 Simpleperf 輸出多行的公用程式方法
參數 | |
---|---|
output |
String :多行字串 |
傳回 | |
---|---|
SimplePerfResult |
SimplePerfResult 物件,用於保留 Simpleperf 結果資訊 |
剖析單行
public staticparseSingleLine (String line)
可剖析 Simpleperf 結果單行的公用程式方法
參數 | |
---|---|
line |
String :單行的簡易結果 |
傳回 | |
---|---|
|
字串清單包含資訊。如果長度為 0,則不會剖析任何輸出內容。如果長度為 1,是總時間。如果長度為 3,這個資料欄會包含指標(排名 0)、基準(排名 1) 和 註解(第 2 順位) |