public interface BenchmarkEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExtras(String key)
Generic map from result key to value.
|
double |
getCpuTime()
Total cpu time used for all iterations (in seconds)
|
Map<String,EntryValue> |
getExtras()
Deprecated.
|
int |
getExtrasCount()
Generic map from result key to value.
|
Map<String,EntryValue> |
getExtrasMap()
Generic map from result key to value.
|
EntryValue |
getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
getExtrasOrThrow(String key)
Generic map from result key to value.
|
long |
getIters()
If a benchmark, how many iterations it was run for
|
String |
getName()
The name of the specific benchmark or test
(e.g.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the specific benchmark or test
(e.g.
|
double |
getThroughput()
Throughput (in MB/s)
|
double |
getWallTime()
Total wall time used for all iterations (in seconds)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the specific benchmark or test (e.g. BM_AdjustContrast_gpu_B_W_H)
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the specific benchmark or test (e.g. BM_AdjustContrast_gpu_B_W_H)
string name = 1;long getIters()
If a benchmark, how many iterations it was run for
int64 iters = 2;double getCpuTime()
Total cpu time used for all iterations (in seconds)
double cpu_time = 3;double getWallTime()
Total wall time used for all iterations (in seconds)
double wall_time = 4;double getThroughput()
Throughput (in MB/s)
double throughput = 5;int getExtrasCount()
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6;boolean containsExtras(String key)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6;@Deprecated Map<String,EntryValue> getExtras()
getExtrasMap() instead.Map<String,EntryValue> getExtrasMap()
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6;EntryValue getExtrasOrDefault(String key, EntryValue defaultValue)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6;EntryValue getExtrasOrThrow(String key)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6;Copyright © 2015–2019. All rights reserved.