SimplePerfStatResultParser
public
final
class
SimplePerfStatResultParser
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.SimplePerfStatResultParser |
用于解析 simpleperf 结果的实用程序类。
在实现测试结果接收器时应该很有用
另见:
- <ph type="x-smartling-placeholder"></ph> 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 结果信息 |
parseSingleLine
public staticparseSingleLine (String line)
用于解析单行 simpleperf 结果的实用程序方法
参数 | |
---|---|
line |
String :单行 simpleperf 结果 |
返回 | |
---|---|
|
字符串列表包含信息。如果长度为 0,则不解析任何输出。如果长度为 1 表示总时间。如果长度为 3,则包含 metric(pos 0)、基准(pos 1) 和 注释(位置 2) |