public static final class Protos.PerfStatistics.Builder extends <any> implements Protos.PerfStatisticsOrBuilder
Describes a sample of events from "perf stat". Only available on
Linux.
NOTE: Each optional field matches the name of a perf event (see
"perf list") with the following changes:
1. Names are downcased.
2. Hyphens ('-') are replaced with underscores ('_').
3. Events with alternate names use the name "perf stat" returns,
e.g., for the event "cycles OR cpu-cycles" perf always returns
cycles.
Protobuf type mesos.PerfStatistics| Modifier and Type | Method and Description |
|---|---|
Protos.PerfStatistics.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.PerfStatistics |
build() |
Protos.PerfStatistics |
buildPartial() |
Protos.PerfStatistics.Builder |
clear() |
Protos.PerfStatistics.Builder |
clearAlignmentFaults()
optional uint64 alignment_faults = 20; |
Protos.PerfStatistics.Builder |
clearBranches()
optional uint64 branches = 9; |
Protos.PerfStatistics.Builder |
clearBranchLoadMisses()
optional uint64 branch_load_misses = 47; |
Protos.PerfStatistics.Builder |
clearBranchLoads()
optional uint64 branch_loads = 46; |
Protos.PerfStatistics.Builder |
clearBranchMisses()
optional uint64 branch_misses = 10; |
Protos.PerfStatistics.Builder |
clearBusCycles()
optional uint64 bus_cycles = 11; |
Protos.PerfStatistics.Builder |
clearCacheMisses()
optional uint64 cache_misses = 8; |
Protos.PerfStatistics.Builder |
clearCacheReferences()
optional uint64 cache_references = 7; |
Protos.PerfStatistics.Builder |
clearContextSwitches()
optional uint64 context_switches = 18; |
Protos.PerfStatistics.Builder |
clearCpuClock()
Software event.
|
Protos.PerfStatistics.Builder |
clearCpuMigrations()
optional uint64 cpu_migrations = 19; |
Protos.PerfStatistics.Builder |
clearCycles()
Hardware event.
|
Protos.PerfStatistics.Builder |
clearDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39; |
Protos.PerfStatistics.Builder |
clearDtlbLoads()
optional uint64 dtlb_loads = 38; |
Protos.PerfStatistics.Builder |
clearDtlbPrefetches()
optional uint64 dtlb_prefetches = 42; |
Protos.PerfStatistics.Builder |
clearDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43; |
Protos.PerfStatistics.Builder |
clearDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41; |
Protos.PerfStatistics.Builder |
clearDtlbStores()
optional uint64 dtlb_stores = 40; |
Protos.PerfStatistics.Builder |
clearDuration()
Duration of sample interval, in seconds.
|
Protos.PerfStatistics.Builder |
clearEmulationFaults()
optional uint64 emulation_faults = 21; |
Protos.PerfStatistics.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.PerfStatistics.Builder |
clearInstructions()
optional uint64 instructions = 6; |
Protos.PerfStatistics.Builder |
clearItlbLoadMisses()
optional uint64 itlb_load_misses = 45; |
Protos.PerfStatistics.Builder |
clearItlbLoads()
optional uint64 itlb_loads = 44; |
Protos.PerfStatistics.Builder |
clearL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23; |
Protos.PerfStatistics.Builder |
clearL1DcacheLoads()
Hardware cache event.
|
Protos.PerfStatistics.Builder |
clearL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26; |
Protos.PerfStatistics.Builder |
clearL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27; |
Protos.PerfStatistics.Builder |
clearL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25; |
Protos.PerfStatistics.Builder |
clearL1DcacheStores()
optional uint64 l1_dcache_stores = 24; |
Protos.PerfStatistics.Builder |
clearL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29; |
Protos.PerfStatistics.Builder |
clearL1IcacheLoads()
optional uint64 l1_icache_loads = 28; |
Protos.PerfStatistics.Builder |
clearL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30; |
Protos.PerfStatistics.Builder |
clearL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31; |
Protos.PerfStatistics.Builder |
clearLlcLoadMisses()
optional uint64 llc_load_misses = 33; |
Protos.PerfStatistics.Builder |
clearLlcLoads()
optional uint64 llc_loads = 32; |
Protos.PerfStatistics.Builder |
clearLlcPrefetches()
optional uint64 llc_prefetches = 36; |
Protos.PerfStatistics.Builder |
clearLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37; |
Protos.PerfStatistics.Builder |
clearLlcStoreMisses()
optional uint64 llc_store_misses = 35; |
Protos.PerfStatistics.Builder |
clearLlcStores()
optional uint64 llc_stores = 34; |
Protos.PerfStatistics.Builder |
clearMajorFaults()
optional uint64 major_faults = 17; |
Protos.PerfStatistics.Builder |
clearMinorFaults()
optional uint64 minor_faults = 16; |
Protos.PerfStatistics.Builder |
clearNodeLoadMisses()
optional uint64 node_load_misses = 49; |
Protos.PerfStatistics.Builder |
clearNodeLoads()
optional uint64 node_loads = 48; |
Protos.PerfStatistics.Builder |
clearNodePrefetches()
optional uint64 node_prefetches = 52; |
Protos.PerfStatistics.Builder |
clearNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53; |
Protos.PerfStatistics.Builder |
clearNodeStoreMisses()
optional uint64 node_store_misses = 51; |
Protos.PerfStatistics.Builder |
clearNodeStores()
optional uint64 node_stores = 50; |
Protos.PerfStatistics.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.PerfStatistics.Builder |
clearPageFaults()
optional uint64 page_faults = 15; |
Protos.PerfStatistics.Builder |
clearRefCycles()
optional uint64 ref_cycles = 12; |
Protos.PerfStatistics.Builder |
clearStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5; |
Protos.PerfStatistics.Builder |
clearStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4; |
Protos.PerfStatistics.Builder |
clearTaskClock()
optional double task_clock = 14; |
Protos.PerfStatistics.Builder |
clearTimestamp()
Start of sample interval, in seconds since the Epoch.
|
Protos.PerfStatistics.Builder |
clone() |
long |
getAlignmentFaults()
optional uint64 alignment_faults = 20; |
long |
getBranches()
optional uint64 branches = 9; |
long |
getBranchLoadMisses()
optional uint64 branch_load_misses = 47; |
long |
getBranchLoads()
optional uint64 branch_loads = 46; |
long |
getBranchMisses()
optional uint64 branch_misses = 10; |
long |
getBusCycles()
optional uint64 bus_cycles = 11; |
long |
getCacheMisses()
optional uint64 cache_misses = 8; |
long |
getCacheReferences()
optional uint64 cache_references = 7; |
long |
getContextSwitches()
optional uint64 context_switches = 18; |
double |
getCpuClock()
Software event.
|
long |
getCpuMigrations()
optional uint64 cpu_migrations = 19; |
long |
getCycles()
Hardware event.
|
Protos.PerfStatistics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39; |
long |
getDtlbLoads()
optional uint64 dtlb_loads = 38; |
long |
getDtlbPrefetches()
optional uint64 dtlb_prefetches = 42; |
long |
getDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43; |
long |
getDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41; |
long |
getDtlbStores()
optional uint64 dtlb_stores = 40; |
double |
getDuration()
Duration of sample interval, in seconds.
|
long |
getEmulationFaults()
optional uint64 emulation_faults = 21; |
long |
getInstructions()
optional uint64 instructions = 6; |
long |
getItlbLoadMisses()
optional uint64 itlb_load_misses = 45; |
long |
getItlbLoads()
optional uint64 itlb_loads = 44; |
long |
getL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23; |
long |
getL1DcacheLoads()
Hardware cache event.
|
long |
getL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26; |
long |
getL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27; |
long |
getL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25; |
long |
getL1DcacheStores()
optional uint64 l1_dcache_stores = 24; |
long |
getL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29; |
long |
getL1IcacheLoads()
optional uint64 l1_icache_loads = 28; |
long |
getL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30; |
long |
getL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31; |
long |
getLlcLoadMisses()
optional uint64 llc_load_misses = 33; |
long |
getLlcLoads()
optional uint64 llc_loads = 32; |
long |
getLlcPrefetches()
optional uint64 llc_prefetches = 36; |
long |
getLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37; |
long |
getLlcStoreMisses()
optional uint64 llc_store_misses = 35; |
long |
getLlcStores()
optional uint64 llc_stores = 34; |
long |
getMajorFaults()
optional uint64 major_faults = 17; |
long |
getMinorFaults()
optional uint64 minor_faults = 16; |
long |
getNodeLoadMisses()
optional uint64 node_load_misses = 49; |
long |
getNodeLoads()
optional uint64 node_loads = 48; |
long |
getNodePrefetches()
optional uint64 node_prefetches = 52; |
long |
getNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53; |
long |
getNodeStoreMisses()
optional uint64 node_store_misses = 51; |
long |
getNodeStores()
optional uint64 node_stores = 50; |
long |
getPageFaults()
optional uint64 page_faults = 15; |
long |
getRefCycles()
optional uint64 ref_cycles = 12; |
long |
getStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5; |
long |
getStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4; |
double |
getTaskClock()
optional double task_clock = 14; |
double |
getTimestamp()
Start of sample interval, in seconds since the Epoch.
|
boolean |
hasAlignmentFaults()
optional uint64 alignment_faults = 20; |
boolean |
hasBranches()
optional uint64 branches = 9; |
boolean |
hasBranchLoadMisses()
optional uint64 branch_load_misses = 47; |
boolean |
hasBranchLoads()
optional uint64 branch_loads = 46; |
boolean |
hasBranchMisses()
optional uint64 branch_misses = 10; |
boolean |
hasBusCycles()
optional uint64 bus_cycles = 11; |
boolean |
hasCacheMisses()
optional uint64 cache_misses = 8; |
boolean |
hasCacheReferences()
optional uint64 cache_references = 7; |
boolean |
hasContextSwitches()
optional uint64 context_switches = 18; |
boolean |
hasCpuClock()
Software event.
|
boolean |
hasCpuMigrations()
optional uint64 cpu_migrations = 19; |
boolean |
hasCycles()
Hardware event.
|
boolean |
hasDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39; |
boolean |
hasDtlbLoads()
optional uint64 dtlb_loads = 38; |
boolean |
hasDtlbPrefetches()
optional uint64 dtlb_prefetches = 42; |
boolean |
hasDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43; |
boolean |
hasDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41; |
boolean |
hasDtlbStores()
optional uint64 dtlb_stores = 40; |
boolean |
hasDuration()
Duration of sample interval, in seconds.
|
boolean |
hasEmulationFaults()
optional uint64 emulation_faults = 21; |
boolean |
hasInstructions()
optional uint64 instructions = 6; |
boolean |
hasItlbLoadMisses()
optional uint64 itlb_load_misses = 45; |
boolean |
hasItlbLoads()
optional uint64 itlb_loads = 44; |
boolean |
hasL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23; |
boolean |
hasL1DcacheLoads()
Hardware cache event.
|
boolean |
hasL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26; |
boolean |
hasL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27; |
boolean |
hasL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25; |
boolean |
hasL1DcacheStores()
optional uint64 l1_dcache_stores = 24; |
boolean |
hasL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29; |
boolean |
hasL1IcacheLoads()
optional uint64 l1_icache_loads = 28; |
boolean |
hasL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30; |
boolean |
hasL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31; |
boolean |
hasLlcLoadMisses()
optional uint64 llc_load_misses = 33; |
boolean |
hasLlcLoads()
optional uint64 llc_loads = 32; |
boolean |
hasLlcPrefetches()
optional uint64 llc_prefetches = 36; |
boolean |
hasLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37; |
boolean |
hasLlcStoreMisses()
optional uint64 llc_store_misses = 35; |
boolean |
hasLlcStores()
optional uint64 llc_stores = 34; |
boolean |
hasMajorFaults()
optional uint64 major_faults = 17; |
boolean |
hasMinorFaults()
optional uint64 minor_faults = 16; |
boolean |
hasNodeLoadMisses()
optional uint64 node_load_misses = 49; |
boolean |
hasNodeLoads()
optional uint64 node_loads = 48; |
boolean |
hasNodePrefetches()
optional uint64 node_prefetches = 52; |
boolean |
hasNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53; |
boolean |
hasNodeStoreMisses()
optional uint64 node_store_misses = 51; |
boolean |
hasNodeStores()
optional uint64 node_stores = 50; |
boolean |
hasPageFaults()
optional uint64 page_faults = 15; |
boolean |
hasRefCycles()
optional uint64 ref_cycles = 12; |
boolean |
hasStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5; |
boolean |
hasStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4; |
boolean |
hasTaskClock()
optional double task_clock = 14; |
boolean |
hasTimestamp()
Start of sample interval, in seconds since the Epoch.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.PerfStatistics.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.PerfStatistics.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.PerfStatistics.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.PerfStatistics.Builder |
setAlignmentFaults(long value)
optional uint64 alignment_faults = 20; |
Protos.PerfStatistics.Builder |
setBranches(long value)
optional uint64 branches = 9; |
Protos.PerfStatistics.Builder |
setBranchLoadMisses(long value)
optional uint64 branch_load_misses = 47; |
Protos.PerfStatistics.Builder |
setBranchLoads(long value)
optional uint64 branch_loads = 46; |
Protos.PerfStatistics.Builder |
setBranchMisses(long value)
optional uint64 branch_misses = 10; |
Protos.PerfStatistics.Builder |
setBusCycles(long value)
optional uint64 bus_cycles = 11; |
Protos.PerfStatistics.Builder |
setCacheMisses(long value)
optional uint64 cache_misses = 8; |
Protos.PerfStatistics.Builder |
setCacheReferences(long value)
optional uint64 cache_references = 7; |
Protos.PerfStatistics.Builder |
setContextSwitches(long value)
optional uint64 context_switches = 18; |
Protos.PerfStatistics.Builder |
setCpuClock(double value)
Software event.
|
Protos.PerfStatistics.Builder |
setCpuMigrations(long value)
optional uint64 cpu_migrations = 19; |
Protos.PerfStatistics.Builder |
setCycles(long value)
Hardware event.
|
Protos.PerfStatistics.Builder |
setDtlbLoadMisses(long value)
optional uint64 dtlb_load_misses = 39; |
Protos.PerfStatistics.Builder |
setDtlbLoads(long value)
optional uint64 dtlb_loads = 38; |
Protos.PerfStatistics.Builder |
setDtlbPrefetches(long value)
optional uint64 dtlb_prefetches = 42; |
Protos.PerfStatistics.Builder |
setDtlbPrefetchMisses(long value)
optional uint64 dtlb_prefetch_misses = 43; |
Protos.PerfStatistics.Builder |
setDtlbStoreMisses(long value)
optional uint64 dtlb_store_misses = 41; |
Protos.PerfStatistics.Builder |
setDtlbStores(long value)
optional uint64 dtlb_stores = 40; |
Protos.PerfStatistics.Builder |
setDuration(double value)
Duration of sample interval, in seconds.
|
Protos.PerfStatistics.Builder |
setEmulationFaults(long value)
optional uint64 emulation_faults = 21; |
Protos.PerfStatistics.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.PerfStatistics.Builder |
setInstructions(long value)
optional uint64 instructions = 6; |
Protos.PerfStatistics.Builder |
setItlbLoadMisses(long value)
optional uint64 itlb_load_misses = 45; |
Protos.PerfStatistics.Builder |
setItlbLoads(long value)
optional uint64 itlb_loads = 44; |
Protos.PerfStatistics.Builder |
setL1DcacheLoadMisses(long value)
optional uint64 l1_dcache_load_misses = 23; |
Protos.PerfStatistics.Builder |
setL1DcacheLoads(long value)
Hardware cache event.
|
Protos.PerfStatistics.Builder |
setL1DcachePrefetches(long value)
optional uint64 l1_dcache_prefetches = 26; |
Protos.PerfStatistics.Builder |
setL1DcachePrefetchMisses(long value)
optional uint64 l1_dcache_prefetch_misses = 27; |
Protos.PerfStatistics.Builder |
setL1DcacheStoreMisses(long value)
optional uint64 l1_dcache_store_misses = 25; |
Protos.PerfStatistics.Builder |
setL1DcacheStores(long value)
optional uint64 l1_dcache_stores = 24; |
Protos.PerfStatistics.Builder |
setL1IcacheLoadMisses(long value)
optional uint64 l1_icache_load_misses = 29; |
Protos.PerfStatistics.Builder |
setL1IcacheLoads(long value)
optional uint64 l1_icache_loads = 28; |
Protos.PerfStatistics.Builder |
setL1IcachePrefetches(long value)
optional uint64 l1_icache_prefetches = 30; |
Protos.PerfStatistics.Builder |
setL1IcachePrefetchMisses(long value)
optional uint64 l1_icache_prefetch_misses = 31; |
Protos.PerfStatistics.Builder |
setLlcLoadMisses(long value)
optional uint64 llc_load_misses = 33; |
Protos.PerfStatistics.Builder |
setLlcLoads(long value)
optional uint64 llc_loads = 32; |
Protos.PerfStatistics.Builder |
setLlcPrefetches(long value)
optional uint64 llc_prefetches = 36; |
Protos.PerfStatistics.Builder |
setLlcPrefetchMisses(long value)
optional uint64 llc_prefetch_misses = 37; |
Protos.PerfStatistics.Builder |
setLlcStoreMisses(long value)
optional uint64 llc_store_misses = 35; |
Protos.PerfStatistics.Builder |
setLlcStores(long value)
optional uint64 llc_stores = 34; |
Protos.PerfStatistics.Builder |
setMajorFaults(long value)
optional uint64 major_faults = 17; |
Protos.PerfStatistics.Builder |
setMinorFaults(long value)
optional uint64 minor_faults = 16; |
Protos.PerfStatistics.Builder |
setNodeLoadMisses(long value)
optional uint64 node_load_misses = 49; |
Protos.PerfStatistics.Builder |
setNodeLoads(long value)
optional uint64 node_loads = 48; |
Protos.PerfStatistics.Builder |
setNodePrefetches(long value)
optional uint64 node_prefetches = 52; |
Protos.PerfStatistics.Builder |
setNodePrefetchMisses(long value)
optional uint64 node_prefetch_misses = 53; |
Protos.PerfStatistics.Builder |
setNodeStoreMisses(long value)
optional uint64 node_store_misses = 51; |
Protos.PerfStatistics.Builder |
setNodeStores(long value)
optional uint64 node_stores = 50; |
Protos.PerfStatistics.Builder |
setPageFaults(long value)
optional uint64 page_faults = 15; |
Protos.PerfStatistics.Builder |
setRefCycles(long value)
optional uint64 ref_cycles = 12; |
Protos.PerfStatistics.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.PerfStatistics.Builder |
setStalledCyclesBackend(long value)
optional uint64 stalled_cycles_backend = 5; |
Protos.PerfStatistics.Builder |
setStalledCyclesFrontend(long value)
optional uint64 stalled_cycles_frontend = 4; |
Protos.PerfStatistics.Builder |
setTaskClock(double value)
optional double task_clock = 14; |
Protos.PerfStatistics.Builder |
setTimestamp(double value)
Start of sample interval, in seconds since the Epoch.
|
Protos.PerfStatistics.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.PerfStatistics.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.PerfStatistics getDefaultInstanceForType()
public Protos.PerfStatistics build()
public Protos.PerfStatistics buildPartial()
public Protos.PerfStatistics.Builder clone()
public Protos.PerfStatistics.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.PerfStatistics.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.PerfStatistics.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.PerfStatistics.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.PerfStatistics.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.PerfStatistics.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.PerfStatistics.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasTimestamp()
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;hasTimestamp in interface Protos.PerfStatisticsOrBuilderpublic double getTimestamp()
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;getTimestamp in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setTimestamp(double value)
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;public Protos.PerfStatistics.Builder clearTimestamp()
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;public boolean hasDuration()
Duration of sample interval, in seconds.
required double duration = 2;hasDuration in interface Protos.PerfStatisticsOrBuilderpublic double getDuration()
Duration of sample interval, in seconds.
required double duration = 2;getDuration in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDuration(double value)
Duration of sample interval, in seconds.
required double duration = 2;public Protos.PerfStatistics.Builder clearDuration()
Duration of sample interval, in seconds.
required double duration = 2;public boolean hasCycles()
Hardware event.
optional uint64 cycles = 3;hasCycles in interface Protos.PerfStatisticsOrBuilderpublic long getCycles()
Hardware event.
optional uint64 cycles = 3;getCycles in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setCycles(long value)
Hardware event.
optional uint64 cycles = 3;public Protos.PerfStatistics.Builder clearCycles()
Hardware event.
optional uint64 cycles = 3;public boolean hasStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4;hasStalledCyclesFrontend in interface Protos.PerfStatisticsOrBuilderpublic long getStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4;getStalledCyclesFrontend in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setStalledCyclesFrontend(long value)
optional uint64 stalled_cycles_frontend = 4;public Protos.PerfStatistics.Builder clearStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4;public boolean hasStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5;hasStalledCyclesBackend in interface Protos.PerfStatisticsOrBuilderpublic long getStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5;getStalledCyclesBackend in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setStalledCyclesBackend(long value)
optional uint64 stalled_cycles_backend = 5;public Protos.PerfStatistics.Builder clearStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5;public boolean hasInstructions()
optional uint64 instructions = 6;hasInstructions in interface Protos.PerfStatisticsOrBuilderpublic long getInstructions()
optional uint64 instructions = 6;getInstructions in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setInstructions(long value)
optional uint64 instructions = 6;public Protos.PerfStatistics.Builder clearInstructions()
optional uint64 instructions = 6;public boolean hasCacheReferences()
optional uint64 cache_references = 7;hasCacheReferences in interface Protos.PerfStatisticsOrBuilderpublic long getCacheReferences()
optional uint64 cache_references = 7;getCacheReferences in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setCacheReferences(long value)
optional uint64 cache_references = 7;public Protos.PerfStatistics.Builder clearCacheReferences()
optional uint64 cache_references = 7;public boolean hasCacheMisses()
optional uint64 cache_misses = 8;hasCacheMisses in interface Protos.PerfStatisticsOrBuilderpublic long getCacheMisses()
optional uint64 cache_misses = 8;getCacheMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setCacheMisses(long value)
optional uint64 cache_misses = 8;public Protos.PerfStatistics.Builder clearCacheMisses()
optional uint64 cache_misses = 8;public boolean hasBranches()
optional uint64 branches = 9;hasBranches in interface Protos.PerfStatisticsOrBuilderpublic long getBranches()
optional uint64 branches = 9;getBranches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setBranches(long value)
optional uint64 branches = 9;public Protos.PerfStatistics.Builder clearBranches()
optional uint64 branches = 9;public boolean hasBranchMisses()
optional uint64 branch_misses = 10;hasBranchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getBranchMisses()
optional uint64 branch_misses = 10;getBranchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setBranchMisses(long value)
optional uint64 branch_misses = 10;public Protos.PerfStatistics.Builder clearBranchMisses()
optional uint64 branch_misses = 10;public boolean hasBusCycles()
optional uint64 bus_cycles = 11;hasBusCycles in interface Protos.PerfStatisticsOrBuilderpublic long getBusCycles()
optional uint64 bus_cycles = 11;getBusCycles in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setBusCycles(long value)
optional uint64 bus_cycles = 11;public Protos.PerfStatistics.Builder clearBusCycles()
optional uint64 bus_cycles = 11;public boolean hasRefCycles()
optional uint64 ref_cycles = 12;hasRefCycles in interface Protos.PerfStatisticsOrBuilderpublic long getRefCycles()
optional uint64 ref_cycles = 12;getRefCycles in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setRefCycles(long value)
optional uint64 ref_cycles = 12;public Protos.PerfStatistics.Builder clearRefCycles()
optional uint64 ref_cycles = 12;public boolean hasCpuClock()
Software event.
optional double cpu_clock = 13;hasCpuClock in interface Protos.PerfStatisticsOrBuilderpublic double getCpuClock()
Software event.
optional double cpu_clock = 13;getCpuClock in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setCpuClock(double value)
Software event.
optional double cpu_clock = 13;public Protos.PerfStatistics.Builder clearCpuClock()
Software event.
optional double cpu_clock = 13;public boolean hasTaskClock()
optional double task_clock = 14;hasTaskClock in interface Protos.PerfStatisticsOrBuilderpublic double getTaskClock()
optional double task_clock = 14;getTaskClock in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setTaskClock(double value)
optional double task_clock = 14;public Protos.PerfStatistics.Builder clearTaskClock()
optional double task_clock = 14;public boolean hasPageFaults()
optional uint64 page_faults = 15;hasPageFaults in interface Protos.PerfStatisticsOrBuilderpublic long getPageFaults()
optional uint64 page_faults = 15;getPageFaults in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setPageFaults(long value)
optional uint64 page_faults = 15;public Protos.PerfStatistics.Builder clearPageFaults()
optional uint64 page_faults = 15;public boolean hasMinorFaults()
optional uint64 minor_faults = 16;hasMinorFaults in interface Protos.PerfStatisticsOrBuilderpublic long getMinorFaults()
optional uint64 minor_faults = 16;getMinorFaults in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setMinorFaults(long value)
optional uint64 minor_faults = 16;public Protos.PerfStatistics.Builder clearMinorFaults()
optional uint64 minor_faults = 16;public boolean hasMajorFaults()
optional uint64 major_faults = 17;hasMajorFaults in interface Protos.PerfStatisticsOrBuilderpublic long getMajorFaults()
optional uint64 major_faults = 17;getMajorFaults in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setMajorFaults(long value)
optional uint64 major_faults = 17;public Protos.PerfStatistics.Builder clearMajorFaults()
optional uint64 major_faults = 17;public boolean hasContextSwitches()
optional uint64 context_switches = 18;hasContextSwitches in interface Protos.PerfStatisticsOrBuilderpublic long getContextSwitches()
optional uint64 context_switches = 18;getContextSwitches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setContextSwitches(long value)
optional uint64 context_switches = 18;public Protos.PerfStatistics.Builder clearContextSwitches()
optional uint64 context_switches = 18;public boolean hasCpuMigrations()
optional uint64 cpu_migrations = 19;hasCpuMigrations in interface Protos.PerfStatisticsOrBuilderpublic long getCpuMigrations()
optional uint64 cpu_migrations = 19;getCpuMigrations in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setCpuMigrations(long value)
optional uint64 cpu_migrations = 19;public Protos.PerfStatistics.Builder clearCpuMigrations()
optional uint64 cpu_migrations = 19;public boolean hasAlignmentFaults()
optional uint64 alignment_faults = 20;hasAlignmentFaults in interface Protos.PerfStatisticsOrBuilderpublic long getAlignmentFaults()
optional uint64 alignment_faults = 20;getAlignmentFaults in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setAlignmentFaults(long value)
optional uint64 alignment_faults = 20;public Protos.PerfStatistics.Builder clearAlignmentFaults()
optional uint64 alignment_faults = 20;public boolean hasEmulationFaults()
optional uint64 emulation_faults = 21;hasEmulationFaults in interface Protos.PerfStatisticsOrBuilderpublic long getEmulationFaults()
optional uint64 emulation_faults = 21;getEmulationFaults in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setEmulationFaults(long value)
optional uint64 emulation_faults = 21;public Protos.PerfStatistics.Builder clearEmulationFaults()
optional uint64 emulation_faults = 21;public boolean hasL1DcacheLoads()
Hardware cache event.
optional uint64 l1_dcache_loads = 22;hasL1DcacheLoads in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcacheLoads()
Hardware cache event.
optional uint64 l1_dcache_loads = 22;getL1DcacheLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcacheLoads(long value)
Hardware cache event.
optional uint64 l1_dcache_loads = 22;public Protos.PerfStatistics.Builder clearL1DcacheLoads()
Hardware cache event.
optional uint64 l1_dcache_loads = 22;public boolean hasL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23;hasL1DcacheLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23;getL1DcacheLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcacheLoadMisses(long value)
optional uint64 l1_dcache_load_misses = 23;public Protos.PerfStatistics.Builder clearL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23;public boolean hasL1DcacheStores()
optional uint64 l1_dcache_stores = 24;hasL1DcacheStores in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcacheStores()
optional uint64 l1_dcache_stores = 24;getL1DcacheStores in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcacheStores(long value)
optional uint64 l1_dcache_stores = 24;public Protos.PerfStatistics.Builder clearL1DcacheStores()
optional uint64 l1_dcache_stores = 24;public boolean hasL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25;hasL1DcacheStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25;getL1DcacheStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcacheStoreMisses(long value)
optional uint64 l1_dcache_store_misses = 25;public Protos.PerfStatistics.Builder clearL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25;public boolean hasL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26;hasL1DcachePrefetches in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26;getL1DcachePrefetches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcachePrefetches(long value)
optional uint64 l1_dcache_prefetches = 26;public Protos.PerfStatistics.Builder clearL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26;public boolean hasL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27;hasL1DcachePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27;getL1DcachePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1DcachePrefetchMisses(long value)
optional uint64 l1_dcache_prefetch_misses = 27;public Protos.PerfStatistics.Builder clearL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27;public boolean hasL1IcacheLoads()
optional uint64 l1_icache_loads = 28;hasL1IcacheLoads in interface Protos.PerfStatisticsOrBuilderpublic long getL1IcacheLoads()
optional uint64 l1_icache_loads = 28;getL1IcacheLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1IcacheLoads(long value)
optional uint64 l1_icache_loads = 28;public Protos.PerfStatistics.Builder clearL1IcacheLoads()
optional uint64 l1_icache_loads = 28;public boolean hasL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29;hasL1IcacheLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29;getL1IcacheLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1IcacheLoadMisses(long value)
optional uint64 l1_icache_load_misses = 29;public Protos.PerfStatistics.Builder clearL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29;public boolean hasL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30;hasL1IcachePrefetches in interface Protos.PerfStatisticsOrBuilderpublic long getL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30;getL1IcachePrefetches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1IcachePrefetches(long value)
optional uint64 l1_icache_prefetches = 30;public Protos.PerfStatistics.Builder clearL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30;public boolean hasL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31;hasL1IcachePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31;getL1IcachePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setL1IcachePrefetchMisses(long value)
optional uint64 l1_icache_prefetch_misses = 31;public Protos.PerfStatistics.Builder clearL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31;public boolean hasLlcLoads()
optional uint64 llc_loads = 32;hasLlcLoads in interface Protos.PerfStatisticsOrBuilderpublic long getLlcLoads()
optional uint64 llc_loads = 32;getLlcLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcLoads(long value)
optional uint64 llc_loads = 32;public Protos.PerfStatistics.Builder clearLlcLoads()
optional uint64 llc_loads = 32;public boolean hasLlcLoadMisses()
optional uint64 llc_load_misses = 33;hasLlcLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getLlcLoadMisses()
optional uint64 llc_load_misses = 33;getLlcLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcLoadMisses(long value)
optional uint64 llc_load_misses = 33;public Protos.PerfStatistics.Builder clearLlcLoadMisses()
optional uint64 llc_load_misses = 33;public boolean hasLlcStores()
optional uint64 llc_stores = 34;hasLlcStores in interface Protos.PerfStatisticsOrBuilderpublic long getLlcStores()
optional uint64 llc_stores = 34;getLlcStores in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcStores(long value)
optional uint64 llc_stores = 34;public Protos.PerfStatistics.Builder clearLlcStores()
optional uint64 llc_stores = 34;public boolean hasLlcStoreMisses()
optional uint64 llc_store_misses = 35;hasLlcStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic long getLlcStoreMisses()
optional uint64 llc_store_misses = 35;getLlcStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcStoreMisses(long value)
optional uint64 llc_store_misses = 35;public Protos.PerfStatistics.Builder clearLlcStoreMisses()
optional uint64 llc_store_misses = 35;public boolean hasLlcPrefetches()
optional uint64 llc_prefetches = 36;hasLlcPrefetches in interface Protos.PerfStatisticsOrBuilderpublic long getLlcPrefetches()
optional uint64 llc_prefetches = 36;getLlcPrefetches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcPrefetches(long value)
optional uint64 llc_prefetches = 36;public Protos.PerfStatistics.Builder clearLlcPrefetches()
optional uint64 llc_prefetches = 36;public boolean hasLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37;hasLlcPrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37;getLlcPrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setLlcPrefetchMisses(long value)
optional uint64 llc_prefetch_misses = 37;public Protos.PerfStatistics.Builder clearLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37;public boolean hasDtlbLoads()
optional uint64 dtlb_loads = 38;hasDtlbLoads in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbLoads()
optional uint64 dtlb_loads = 38;getDtlbLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbLoads(long value)
optional uint64 dtlb_loads = 38;public Protos.PerfStatistics.Builder clearDtlbLoads()
optional uint64 dtlb_loads = 38;public boolean hasDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39;hasDtlbLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39;getDtlbLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbLoadMisses(long value)
optional uint64 dtlb_load_misses = 39;public Protos.PerfStatistics.Builder clearDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39;public boolean hasDtlbStores()
optional uint64 dtlb_stores = 40;hasDtlbStores in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbStores()
optional uint64 dtlb_stores = 40;getDtlbStores in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbStores(long value)
optional uint64 dtlb_stores = 40;public Protos.PerfStatistics.Builder clearDtlbStores()
optional uint64 dtlb_stores = 40;public boolean hasDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41;hasDtlbStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41;getDtlbStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbStoreMisses(long value)
optional uint64 dtlb_store_misses = 41;public Protos.PerfStatistics.Builder clearDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41;public boolean hasDtlbPrefetches()
optional uint64 dtlb_prefetches = 42;hasDtlbPrefetches in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbPrefetches()
optional uint64 dtlb_prefetches = 42;getDtlbPrefetches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbPrefetches(long value)
optional uint64 dtlb_prefetches = 42;public Protos.PerfStatistics.Builder clearDtlbPrefetches()
optional uint64 dtlb_prefetches = 42;public boolean hasDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43;hasDtlbPrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43;getDtlbPrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setDtlbPrefetchMisses(long value)
optional uint64 dtlb_prefetch_misses = 43;public Protos.PerfStatistics.Builder clearDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43;public boolean hasItlbLoads()
optional uint64 itlb_loads = 44;hasItlbLoads in interface Protos.PerfStatisticsOrBuilderpublic long getItlbLoads()
optional uint64 itlb_loads = 44;getItlbLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setItlbLoads(long value)
optional uint64 itlb_loads = 44;public Protos.PerfStatistics.Builder clearItlbLoads()
optional uint64 itlb_loads = 44;public boolean hasItlbLoadMisses()
optional uint64 itlb_load_misses = 45;hasItlbLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getItlbLoadMisses()
optional uint64 itlb_load_misses = 45;getItlbLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setItlbLoadMisses(long value)
optional uint64 itlb_load_misses = 45;public Protos.PerfStatistics.Builder clearItlbLoadMisses()
optional uint64 itlb_load_misses = 45;public boolean hasBranchLoads()
optional uint64 branch_loads = 46;hasBranchLoads in interface Protos.PerfStatisticsOrBuilderpublic long getBranchLoads()
optional uint64 branch_loads = 46;getBranchLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setBranchLoads(long value)
optional uint64 branch_loads = 46;public Protos.PerfStatistics.Builder clearBranchLoads()
optional uint64 branch_loads = 46;public boolean hasBranchLoadMisses()
optional uint64 branch_load_misses = 47;hasBranchLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getBranchLoadMisses()
optional uint64 branch_load_misses = 47;getBranchLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setBranchLoadMisses(long value)
optional uint64 branch_load_misses = 47;public Protos.PerfStatistics.Builder clearBranchLoadMisses()
optional uint64 branch_load_misses = 47;public boolean hasNodeLoads()
optional uint64 node_loads = 48;hasNodeLoads in interface Protos.PerfStatisticsOrBuilderpublic long getNodeLoads()
optional uint64 node_loads = 48;getNodeLoads in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodeLoads(long value)
optional uint64 node_loads = 48;public Protos.PerfStatistics.Builder clearNodeLoads()
optional uint64 node_loads = 48;public boolean hasNodeLoadMisses()
optional uint64 node_load_misses = 49;hasNodeLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic long getNodeLoadMisses()
optional uint64 node_load_misses = 49;getNodeLoadMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodeLoadMisses(long value)
optional uint64 node_load_misses = 49;public Protos.PerfStatistics.Builder clearNodeLoadMisses()
optional uint64 node_load_misses = 49;public boolean hasNodeStores()
optional uint64 node_stores = 50;hasNodeStores in interface Protos.PerfStatisticsOrBuilderpublic long getNodeStores()
optional uint64 node_stores = 50;getNodeStores in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodeStores(long value)
optional uint64 node_stores = 50;public Protos.PerfStatistics.Builder clearNodeStores()
optional uint64 node_stores = 50;public boolean hasNodeStoreMisses()
optional uint64 node_store_misses = 51;hasNodeStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic long getNodeStoreMisses()
optional uint64 node_store_misses = 51;getNodeStoreMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodeStoreMisses(long value)
optional uint64 node_store_misses = 51;public Protos.PerfStatistics.Builder clearNodeStoreMisses()
optional uint64 node_store_misses = 51;public boolean hasNodePrefetches()
optional uint64 node_prefetches = 52;hasNodePrefetches in interface Protos.PerfStatisticsOrBuilderpublic long getNodePrefetches()
optional uint64 node_prefetches = 52;getNodePrefetches in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodePrefetches(long value)
optional uint64 node_prefetches = 52;public Protos.PerfStatistics.Builder clearNodePrefetches()
optional uint64 node_prefetches = 52;public boolean hasNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53;hasNodePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic long getNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53;getNodePrefetchMisses in interface Protos.PerfStatisticsOrBuilderpublic Protos.PerfStatistics.Builder setNodePrefetchMisses(long value)
optional uint64 node_prefetch_misses = 53;public Protos.PerfStatistics.Builder clearNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53;public final Protos.PerfStatistics.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.PerfStatistics.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)