A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

AbstractLogMessageVisitor - Class in com.google.caliper.bridge
An abstract LogMessageVisitor with no-op implementations for the visit methods - provided so that all visitors don't have to override all methods.
AbstractLogMessageVisitor() - Constructor for class com.google.caliper.bridge.AbstractLogMessageVisitor
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.DryRunSuccessLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.FailureLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.GcLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.HotspotLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.LogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.StartMeasurementLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.StopMeasurementLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.TargetInfoLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.VmOptionLogMessage
 
accept(LogMessageVisitor) - Method in class com.google.caliper.bridge.VmPropertiesLogMessage
 
annotationTypes() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the types of annotations that are present on the method.

B

BenchmarkClassModel - Class in com.google.caliper.core
A simplified model of a benchmark class, containing no reflective references to the class and only those things that the runner needs to know about the class in order to determine the scenarios to be run.
BenchmarkClassModel() - Constructor for class com.google.caliper.core.BenchmarkClassModel
 
BenchmarkClassModel.Builder - Class in com.google.caliper.core
Builder for BenchmarkClassModel instances.
BenchmarkClassModel.MethodModel - Class in com.google.caliper.core
Model of a method on a benchmark class.
benchmarkSpec() - Method in class com.google.caliper.bridge.ExperimentSpec
Returns the spec of the benchmark to run.
build() - Method in class com.google.caliper.core.BenchmarkClassModel.Builder
Returns a new BenchmarkClassModel with all the previously set values.
Builder() - Constructor for class com.google.caliper.core.BenchmarkClassModel.Builder
 

C

Chain - Class in com.google.caliper.memory
A chain of references, which starts at a root object and leads to a particular value (either an object or a primitive).
classpath() - Method in class com.google.caliper.bridge.RemoteClasspathMessage
Returns the classpath.
close() - Method in class com.google.caliper.bridge.OpenedSocket.Reader
 
close() - Method in class com.google.caliper.bridge.OpenedSocket.Writer
 
com.google.caliper.bridge - package com.google.caliper.bridge
Bridges between the runner and the worker.
com.google.caliper.core - package com.google.caliper.core
 
com.google.caliper.memory - package com.google.caliper.memory
 
command() - Method in class com.google.caliper.bridge.StartVmRequest
Returns the command to run.
CommandLineSerializer - Class in com.google.caliper.bridge
Serializes and deserializes WorkerRequests as base64 encoded strings so they can be passed on the command line to the worker.
create() - Static method in class com.google.caliper.bridge.LogMessageParser_Factory
 
create(BenchmarkClassModel, Map<String, String>) - Static method in class com.google.caliper.bridge.TargetInfoLogMessage
Creates a new log message containing the given benchmark model and device properties.
create(Multimap<String, String>) - Static method in class com.google.caliper.bridge.TargetInfoRequest
 
create(Class<?>) - Static method in class com.google.caliper.core.BenchmarkClassModel
Creates a model of the given benchmark class and does some validation of it and the given user-provided values for the class' parameter fields.
create(Iterable<Integer>) - Static method in class com.google.caliper.bridge.DryRunSuccessLogMessage
Creates a new dry-run success log message for the given experiment IDs.
create(String, String) - Static method in class com.google.caliper.bridge.RemoteClasspathMessage
Creates a new RemoteClasspathMessage.
create(Throwable) - Static method in class com.google.caliper.bridge.FailureLogMessage
Creates a new log message for the given Throwable.
create(UUID) - Static method in class com.google.caliper.bridge.KillVmRequest
Creates a new KillVmRequest.
create(UUID, int) - Static method in class com.google.caliper.bridge.VmStoppedMessage
Creates a new VmStoppedMessage.
create(UUID, Iterable<String>) - Static method in class com.google.caliper.bridge.StartVmRequest
Creates a new StartVmRequest.

D

declaringClass() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the class that declared this method.
deviceProperties() - Method in class com.google.caliper.bridge.TargetInfoLogMessage
Returns the properties of the target device that will be used to populate the Host associated with this target.
display(PrintWriter) - Method in exception com.google.caliper.core.InvalidBenchmarkException
 
display(PrintWriter) - Method in exception com.google.caliper.core.InvalidInstrumentException
 
display(PrintWriter) - Method in exception com.google.caliper.core.UserCodeException
 
DryRunRequest - Class in com.google.caliper.bridge
WorkerRequest for telling the worker to do a dry-run of multiple experiments.
DryRunRequest(Iterable<ExperimentSpec>) - Constructor for class com.google.caliper.bridge.DryRunRequest
 
DryRunSuccessLogMessage - Class in com.google.caliper.bridge
A log message listing the IDs of successful dry-run experiments.
DryRunSuccessLogMessage() - Constructor for class com.google.caliper.bridge.DryRunSuccessLogMessage
 
duration() - Method in class com.google.caliper.bridge.GcLogMessage
 

E

equals(Object) - Method in class com.google.caliper.bridge.GcLogMessage
 
equals(Object) - Method in class com.google.caliper.bridge.ShouldContinueMessage
 
equals(Object) - Method in class com.google.caliper.bridge.StartMeasurementLogMessage
 
equals(Object) - Method in class com.google.caliper.bridge.StopMeasurementLogMessage
 
equals(Object) - Method in class com.google.caliper.bridge.VmPropertiesLogMessage
 
equals(Object) - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
 
exceptionType() - Method in class com.google.caliper.bridge.FailureLogMessage
The name of the type of the exception that was thrown.
exceptionTypes() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the types of exceptions the method declares that it may throw.
exitCode() - Method in class com.google.caliper.bridge.VmStoppedMessage
Returns the exit code of the process.
experiment() - Method in class com.google.caliper.bridge.TrialRequest
Returns the experiment to run.
experiments() - Method in class com.google.caliper.bridge.DryRunRequest
Returns the set of experiments to be dry-run.
ExperimentSpec - Class in com.google.caliper.bridge
Specification of an experiment to be run as a dry-run or a trial on a worker.
ExperimentSpec(int, InstrumentType, ImmutableMap<String, String>, BenchmarkSpec, Iterable<String>) - Constructor for class com.google.caliper.bridge.ExperimentSpec
 
EXPLORE - com.google.caliper.memory.ObjectVisitor.Traversal
The visited object should be further explored.
exploreObject(Object, ObjectVisitor<T>) - Static method in class com.google.caliper.memory.ObjectExplorer
Explores an object graph (defined by a root object and whatever is reachable through it, following non-static fields) while using an ObjectVisitor to both control the traversal and return a value.
exploreObject(Object, ObjectVisitor<T>, EnumSet<ObjectExplorer.Feature>) - Static method in class com.google.caliper.memory.ObjectExplorer
Explores an object graph (defined by a root object and whatever is reachable through it, following non-static fields) while using an ObjectVisitor to both control the traversal and return a value.

F

FailureLogMessage - Class in com.google.caliper.bridge
A message containing information on a failure encountered by the worker JVM.
FailureLogMessage() - Constructor for class com.google.caliper.bridge.FailureLogMessage
 
fillInDefaultParameterValues(ImmutableSetMultimap<String, String>) - Method in class com.google.caliper.core.BenchmarkClassModel
Returns a multimap containing the full set of parameter values to use for the benchmark.
Footprint(int, int, int, Multiset<Class<?>>) - Constructor for class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Constructs a Footprint, by specifying the number of objects, references, and primitives (represented as a Multiset).
fromSocket(Socket) - Static method in class com.google.caliper.bridge.OpenedSocket
Returns a new OpenedSocket for the given connected Socket instance.
fromSocket(SocketChannel) - Static method in class com.google.caliper.bridge.OpenedSocket
Waits for the channel to connect and returns a new OpenedSocket.
FULL - com.google.caliper.bridge.GcLogMessage.Type
 

G

GcLogMessage - Class in com.google.caliper.bridge
A message representing output produced by the JVM when -XX:+PrintGC is enabled.
GcLogMessage.Type - Enum in com.google.caliper.bridge
The type of the garbage collection performed.
get() - Method in class com.google.caliper.bridge.LogMessageParser_Factory
 
getAllReferences() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Returns the number of all references (null and non-null) of this footprint.
getNonNullReferences() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Returns the number of non-null references of this footprint.
getNullReferences() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Returns the number of null references of this footprint.
getObjects() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Returns the number of objects of this footprint.
getParent() - Method in class com.google.caliper.memory.Chain
Returns the parent chain, from which this chain was created.
getPrimitives() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
Returns the number of primitives of this footprint (represented by the respective primitive classes, e.g. int.class etc).
getRoot() - Method in class com.google.caliper.memory.Chain
Returns the root object of this chain.
getValue() - Method in class com.google.caliper.memory.Chain
Returns the value that this chain leads to.
getValueType() - Method in class com.google.caliper.memory.Chain
 

H

hashCode() - Method in class com.google.caliper.bridge.GcLogMessage
 
hashCode() - Method in class com.google.caliper.bridge.ShouldContinueMessage
 
hashCode() - Method in class com.google.caliper.bridge.StartMeasurementLogMessage
 
hashCode() - Method in class com.google.caliper.bridge.StopMeasurementLogMessage
 
hashCode() - Method in class com.google.caliper.bridge.VmPropertiesLogMessage
 
hashCode() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
 
hasParent() - Method in class com.google.caliper.memory.Chain
Returns whether this chain has a parent.
HotspotLogMessage - Class in com.google.caliper.bridge
A message representing output produced by the JVM when -XX:+PrintCompliation is enabled.

I

id() - Method in class com.google.caliper.bridge.ExperimentSpec
Returns the ID of this experiment.
ids() - Method in class com.google.caliper.bridge.DryRunSuccessLogMessage
Returns the IDs of the experiments that were successfully dry-run and not skipped.
INCREMENTAL - com.google.caliper.bridge.GcLogMessage.Type
 
instrumentType() - Method in class com.google.caliper.bridge.ExperimentSpec
Returns the type of instrument to use for the experiment.
InvalidBenchmarkException - Exception in com.google.caliper.core
 
InvalidBenchmarkException(String, Object...) - Constructor for exception com.google.caliper.core.InvalidBenchmarkException
 
InvalidBenchmarkException(String, Throwable) - Constructor for exception com.google.caliper.core.InvalidBenchmarkException
 
InvalidInstrumentException - Exception in com.google.caliper.core
 
InvalidInstrumentException(String, Object...) - Constructor for exception com.google.caliper.core.InvalidInstrumentException
 
isAnnotationPresent(Class<?>) - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns whether or not the set of BenchmarkClassModel.MethodModel.annotationTypes() contains an annotation of the given type.
isAnnotationPresent(String) - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns whether or not the set of BenchmarkClassModel.MethodModel.annotationTypes() contains an annotation with the given type name.
isPrimitive() - Method in class com.google.caliper.memory.Chain
Returns whether the value of this chain represents a primitive.
isThroughArrayIndex() - Method in class com.google.caliper.memory.Chain
Returns whether the connection of the parent chain and this chain is through an array index, i.e.
isThroughField() - Method in class com.google.caliper.memory.Chain
Returns whether the connection of the parent chain and this chain is through a field (of the getParent().getValue().getClass() class).
isWarmupComplete() - Method in class com.google.caliper.bridge.ShouldContinueMessage
 

K

KillVmRequest - Class in com.google.caliper.bridge
A request that's sent to a device to request that it kill a VM process.

L

LogMessage - Class in com.google.caliper.bridge
A single line of output produced by a Worker.
LogMessage() - Constructor for class com.google.caliper.bridge.LogMessage
 
LogMessageParser_Factory - Class in com.google.caliper.bridge
 
LogMessageParser_Factory() - Constructor for class com.google.caliper.bridge.LogMessageParser_Factory
 
LogMessageParserModule - Class in com.google.caliper.bridge
Binds Parser<LogMessage> to LogMessageParser.
LogMessageVisitor - Interface in com.google.caliper.bridge
A visitor for the various subclasses of LogMessage.

M

measure(Object) - Static method in class com.google.caliper.memory.ObjectGraphMeasurer
Measures the footprint of the specified object graph.
measure(Object, Predicate<Object>) - Static method in class com.google.caliper.memory.ObjectGraphMeasurer
Measures the footprint of the specified object graph.
measurements() - Method in class com.google.caliper.bridge.StopMeasurementLogMessage
 
message() - Method in class com.google.caliper.bridge.FailureLogMessage
Returns the message of the exception that was thrown.
MethodModel() - Constructor for class com.google.caliper.core.BenchmarkClassModel.MethodModel
 
methodParameterClasses() - Method in class com.google.caliper.bridge.ExperimentSpec
Returns the parameter types for the benchmark method to run so that it can be uniquely identified.
methods() - Method in class com.google.caliper.core.BenchmarkClassModel
Returns the set of all methods declared on the class.
model() - Method in class com.google.caliper.bridge.TargetInfoLogMessage
Returns the benchmark class model.
modifiers() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the modifiers for this method.

N

name() - Method in class com.google.caliper.bridge.VmOptionLogMessage
 
name() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the name of this method.
name() - Method in class com.google.caliper.core.BenchmarkClassModel
Returns the fully qualified name of the benchmark class.
nativeLibraryDir() - Method in class com.google.caliper.bridge.RemoteClasspathMessage
Returns the path to native libraries.
newInstance() - Static method in class com.google.caliper.bridge.LogMessageParser_Factory
 

O

ObjectExplorer - Class in com.google.caliper.memory
A depth-first object graph explorer.
ObjectExplorer.Feature - Enum in com.google.caliper.memory
Enumeration of features that may be optionally requested for an object traversal.
ObjectGraphMeasurer - Class in com.google.caliper.memory
A tool that can qualitatively measure the footprint (e.g., number of objects, references, primitives) of a graph structure.
ObjectGraphMeasurer.Footprint - Class in com.google.caliper.memory
The footprint of an object graph.
ObjectVisitor<T> - Interface in com.google.caliper.memory
A visitor that controls an object traversal.
ObjectVisitor.Traversal - Enum in com.google.caliper.memory
Constants that denote how the traversal of a given object (chain) should continue.
of(Method) - Static method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Creates a new BenchmarkClassModel.MethodModel representing the given method.
OpenedSocket - Class in com.google.caliper.bridge
A simple tuple for the opened streams of a socket.
OpenedSocket.Reader - Class in com.google.caliper.bridge
Reads objects from the socket.
OpenedSocket.Writer - Class in com.google.caliper.bridge
Writes objects to the socket.

P

parametersBuilder() - Method in class com.google.caliper.core.BenchmarkClassModel.Builder
Returns a builder for adding to the map of parameters for the class.
parameterTypes() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the method's parameter types.
parse(String) - Static method in class com.google.caliper.bridge.CommandLineSerializer
Parses the given base64 encoded string as an object of the given type.
properties() - Method in class com.google.caliper.bridge.VmPropertiesLogMessage
 

R

read() - Method in class com.google.caliper.bridge.OpenedSocket.Reader
Returns the next object, or null if we are at EOF.
reader() - Method in class com.google.caliper.bridge.OpenedSocket
 
RemoteClasspathMessage - Class in com.google.caliper.bridge
Message sent by a remote device to provide the local worker classpath on that device.
render(WorkerRequest) - Static method in class com.google.caliper.bridge.CommandLineSerializer
Returns the given serializable object as a base64 encoded String.
render(T) - Method in interface com.google.caliper.bridge.Renderer
 
Renderer<T> - Interface in com.google.caliper.bridge
 
result() - Method in interface com.google.caliper.memory.ObjectVisitor
Returns an arbitrary value (presumably constructed during the object graph traversal).
returnType() - Method in class com.google.caliper.core.BenchmarkClassModel.MethodModel
Returns the method's return type, or absent for a void method.
Running - Class in com.google.caliper.core
A collection of annotations for bindings pertaining to the currently running experiment.
Running.AfterExperimentMethods - Annotation Type in com.google.caliper.core
 
Running.BeforeExperimentMethods - Annotation Type in com.google.caliper.core
 
Running.Benchmark - Annotation Type in com.google.caliper.core
 
Running.BenchmarkClass - Annotation Type in com.google.caliper.core
 
Running.BenchmarkMethod - Annotation Type in com.google.caliper.core
 

S

setVmOptions(Iterable<String>) - Method in class com.google.caliper.core.BenchmarkClassModel.Builder
Sets the VM options to use for benchmarking the class.
shouldContinue() - Method in class com.google.caliper.bridge.ShouldContinueMessage
 
ShouldContinueMessage - Class in com.google.caliper.bridge
A message sent from the runner to the worker to indicate whether or not measuring should continue.
ShouldContinueMessage(boolean, boolean) - Constructor for class com.google.caliper.bridge.ShouldContinueMessage
 
simpleName() - Method in class com.google.caliper.core.BenchmarkClassModel
Returns the simple name of the benchmark class.
SKIP - com.google.caliper.memory.ObjectVisitor.Traversal
The visited object should not be explored.
stackTrace() - Method in class com.google.caliper.bridge.FailureLogMessage
The full stack trace of the exception.
StartMeasurementLogMessage - Class in com.google.caliper.bridge
A message signaling that the timing interval has started in the worker.
StartMeasurementLogMessage() - Constructor for class com.google.caliper.bridge.StartMeasurementLogMessage
 
StartVmRequest - Class in com.google.caliper.bridge
A request to send to a process running on a device to tell it to run a given command to start a VM.
stderrId() - Method in class com.google.caliper.bridge.StartVmRequest
Returns the UUID that identifies the VM process's stderr stream.
stdoutId() - Method in class com.google.caliper.bridge.StartVmRequest
Returns the UUID that identifies the VM process's stdout stream.
StopMeasurementLogMessage - Class in com.google.caliper.bridge
A message signaling that the timing interval has ended in the worker.
StopMeasurementLogMessage(Iterable<Measurement>) - Constructor for class com.google.caliper.bridge.StopMeasurementLogMessage
 
StopProxyRequest - Class in com.google.caliper.bridge
Request to send to a runner proxy on a remote device to tell it to stop.
StopProxyRequest() - Constructor for class com.google.caliper.bridge.StopProxyRequest
 

T

TargetInfoLogMessage - Class in com.google.caliper.bridge
A log message containing the response to a TargetInfoRequest.
TargetInfoLogMessage() - Constructor for class com.google.caliper.bridge.TargetInfoLogMessage
 
TargetInfoRequest - Class in com.google.caliper.bridge
WorkerRequest for telling a worker to send the runner information on the target it's running on, including a model of the benchmark class it produced.
TargetInfoRequest() - Constructor for class com.google.caliper.bridge.TargetInfoRequest
 
toString() - Method in class com.google.caliper.bridge.GcLogMessage
 
toString() - Method in class com.google.caliper.core.BenchmarkClassModel
 
toString() - Method in class com.google.caliper.memory.Chain
 
toString() - Method in class com.google.caliper.memory.ObjectGraphMeasurer.Footprint
 
TrialRequest - Class in com.google.caliper.bridge
WorkerRequest for telling the worker to run a trial of the benchmark.
TrialRequest(ExperimentSpec) - Constructor for class com.google.caliper.bridge.TrialRequest
 
type() - Method in class com.google.caliper.bridge.DryRunRequest
 
type() - Method in class com.google.caliper.bridge.GcLogMessage
 
type() - Method in class com.google.caliper.bridge.TargetInfoRequest
 
type() - Method in class com.google.caliper.bridge.TrialRequest
 
type() - Method in interface com.google.caliper.bridge.WorkerRequest
Returns the type of the request.

U

UserCodeException - Exception in com.google.caliper.core
Signifies that the user's benchmark code threw an exception.
UserCodeException(String) - Constructor for exception com.google.caliper.core.UserCodeException
 
UserCodeException(String, Throwable) - Constructor for exception com.google.caliper.core.UserCodeException
 
UserCodeException(Throwable) - Constructor for exception com.google.caliper.core.UserCodeException
 
userParameters() - Method in class com.google.caliper.bridge.TargetInfoRequest
Returns the parameters and their values that user provided for the benchmark, to be validated.

V

validateUserParameters(Class<?>, SetMultimap<String, String>) - Static method in class com.google.caliper.core.BenchmarkClassModel
Validates the given user-provided parameters against the parameter fields on the benchmark class.
value() - Method in class com.google.caliper.bridge.VmOptionLogMessage
 
valueOf(String) - Static method in enum com.google.caliper.bridge.GcLogMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.caliper.memory.ObjectExplorer.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.caliper.memory.ObjectVisitor.Traversal
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.caliper.bridge.GcLogMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.caliper.memory.ObjectExplorer.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.caliper.memory.ObjectVisitor.Traversal
Returns an array containing the constants of this enum type, in the order they are declared.
visit(DryRunSuccessLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(DryRunSuccessLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(FailureLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(FailureLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(GcLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(GcLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(HotspotLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(HotspotLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(StartMeasurementLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(StartMeasurementLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(StopMeasurementLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(StopMeasurementLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(TargetInfoLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(TargetInfoLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(VmOptionLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(VmOptionLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(VmPropertiesLogMessage) - Method in class com.google.caliper.bridge.AbstractLogMessageVisitor
 
visit(VmPropertiesLogMessage) - Method in interface com.google.caliper.bridge.LogMessageVisitor
 
visit(Chain) - Method in interface com.google.caliper.memory.ObjectVisitor
Visits an explored value (the whole chain from the root object leading to the value is provided), and decides whether to continue the exploration of that value.
VISIT_NULL - com.google.caliper.memory.ObjectExplorer.Feature
Null references should be visited.
VISIT_PRIMITIVES - com.google.caliper.memory.ObjectExplorer.Feature
Primitive values should be visited.
vmId() - Method in class com.google.caliper.bridge.KillVmRequest
Returns the UUID of the VM to kill.
vmId() - Method in class com.google.caliper.bridge.StartVmRequest
Returns the UUID that identifies the VM process.
vmId() - Method in class com.google.caliper.bridge.VmStoppedMessage
Returns the UUID identifying the VM that stopped.
VmOptionLogMessage - Class in com.google.caliper.bridge
A message representing output produced by the JVM when -XX:+PrintFlagsFinal is enabled.
vmOptions() - Method in class com.google.caliper.core.BenchmarkClassModel
Returns the set of VM options specified with the @VmOptions annotation.
vmOptionsBuilder() - Method in class com.google.caliper.core.BenchmarkClassModel.Builder
Returns a builder for adding to the set of VM options for the class.
VmPropertiesLogMessage - Class in com.google.caliper.bridge
A message containing a selection of system properties from the worker JVM.
VmPropertiesLogMessage() - Constructor for class com.google.caliper.bridge.VmPropertiesLogMessage
 
VmPropertiesLogMessage(ImmutableMap<String, String>) - Constructor for class com.google.caliper.bridge.VmPropertiesLogMessage
 
VmStoppedMessage - Class in com.google.caliper.bridge
A message sent from a device to the runner to tell it that a VM stopped.

W

workerInstrumentOptions() - Method in class com.google.caliper.bridge.ExperimentSpec
Returns the worker options to use.
WorkerRequest - Interface in com.google.caliper.bridge
Marker interface for classes the runner sends to the worker to tell it what to do.
write(Serializable...) - Method in class com.google.caliper.bridge.OpenedSocket.Writer
Writes the given objects and then flushes to ensure they're fully sent to the other side of the connection.
writer() - Method in class com.google.caliper.bridge.OpenedSocket
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages