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 の結果を 1 行解析するユーティリティ メソッド

パブリック メソッド

parseRawOutput(英語)

public static SimplePerfResult parseRawOutput (String output)

Simpleperf 出力の複数行を解析するユーティリティ メソッド

パラメータ
output String: 文字列の複数行

戻り値
SimplePerfResult Simpleperf の結果情報を保持する SimplePerfResult オブジェクト

parseSingleLine

public static  parseSingleLine (String line)

Simpleperf の結果を 1 行解析するユーティリティ メソッド

パラメータ
line String: simpleperf の結果の 1 行

戻り値
情報を含む文字列のリスト。長さが 0 の場合、出力は解析されません。長さが 合計時間です長さが 3 の場合は、metric(pos 0)、benchmark(pos 1)、および コメント(pos 2)