Risultato perf semplice
public
class
SimplePerfResult
extends Object
java.lang.Object | |
🎞 | com.android.tradefed.util.SemplicePerfResult |
Oggetto per conservare tutti i risultati del test SimplePerf
Vedi anche:
Riepilogo
Costruttori pubblici | |
---|---|
SimplePerfResult()
Costruttore |
Metodi pubblici | |
---|---|
|
getBenchmarkComments()
Ricevi commenti sul benchmark |
|
getBenchmarkMetrics()
Visualizza metriche di benchmark |
String
|
getCommandRawOutput()
Ottieni stringa di output non elaborato del comando Se non viene restituito alcun output, verrà restituita una stringa vuota |
String
|
getSimplePerfRawOutput()
Ottieni stringa di output non elaborato sempliceperf Se non viene restituito alcun output, verrà restituita una stringa vuota |
String
|
getTotalTestTime()
Calcolare il tempo totale del test |
Metodi protetti | |
---|---|
void
|
addBenchmarkComment(String key, String val)
|
void
|
addBenchmarkMetrics(String key, String val)
|
void
|
setCommandRawOutput(String s)
|
void
|
setSimplePerfRawOutput(String s)
|
void
|
setTotalTestTime(String time)
|
Costruttori pubblici
Risultato perf semplice
public SimplePerfResult ()
Costruttore
Metodi pubblici
getBenchmarkComments
publicgetBenchmarkComments ()
Ricevi commenti sul benchmark
Ritorni | |
---|---|
|
Chiave ERROR(/Map) : nome benchmark, valore: commento |
getBenchmarkMetrics
publicgetBenchmarkMetrics ()
Visualizza metriche di benchmark
Ritorni | |
---|---|
|
Chiave ERROR(/Map) : nome benchmark, valore: metriche |
getCommandRawOutput
public String getCommandRawOutput ()
Ottieni stringa di output non elaborato del comando
Se non viene restituito alcun output, verrà restituita una stringa vuota
Ritorni | |
---|---|
String |
String contiene l'output per il comando specificato dall'utente |
getSimplePerfRawOutput
public String getSimplePerfRawOutput ()
Ottieni stringa di output non elaborato sempliceperf
Se non viene restituito alcun output, verrà restituita una stringa vuota
Ritorni | |
---|---|
String |
String contiene output sulle informazioni dei risultati simpleperf |
getTotalTestTime
public String getTotalTestTime ()
Calcolare il tempo totale del test
Ritorni | |
---|---|
String |
String indica il tempo totale del test |
Metodi protetti
addBenchmarkComment
protected void addBenchmarkComment (String key, String val)
Parametri | |
---|---|
key |
String |
val |
String |
addBenchmarkMetrics
protected void addBenchmarkMetrics (String key, String val)
Parametri | |
---|---|
key |
String |
val |
String |
setCommandRawOutput
protected void setCommandRawOutput (String s)
Parametri | |
---|---|
s |
String |
setSimplePerfRawOutput
protected void setSimplePerfRawOutput (String s)
Parametri | |
---|---|
s |
String |
impostaTotalTestTime
protected void setTotalTestTime (String time)
Parametri | |
---|---|
time |
String |