Serialized Form


Package com.google.caliper

Class com.google.caliper.Environment extends Object implements Serializable

Serialized Fields

propertyMap

Map<K,V> propertyMap

Class com.google.caliper.Measurement extends Object implements Serializable

Serialized Fields

raw

double raw

processed

double processed

unitNames

Map<K,V> unitNames

Class com.google.caliper.MeasurementSet extends Object implements Serializable

Serialized Fields

measurements

List<E> measurements

unitNames

Map<K,V> unitNames
Mapping of user-defined units to relative sizes.


systemOutCharCount

int systemOutCharCount

systemErrCharCount

int systemErrCharCount

Class com.google.caliper.Run extends Object implements Serializable

Serialized Fields

measurements

Map<K,V> measurements

benchmarkName

String benchmarkName

executedTimestamp

long executedTimestamp

Class com.google.caliper.Scenario extends Object implements Serializable

Serialized Fields

variables

Map<K,V> variables

Class com.google.caliper.ScenarioResult extends Object implements Serializable

Serialized Fields

measurementSetMap

Map<K,V> measurementSetMap

eventLogMap

Map<K,V> eventLogMap

Class com.google.caliper.UserException extends RuntimeException implements Serializable

Class com.google.caliper.UserException.AbstractBenchmarkException extends UserException.ErrorInUserCodeException implements Serializable

Class com.google.caliper.UserException.CantCustomizeInProcessVmException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.DisplayUsageException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.DoesNotScaleLinearlyException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.DoesntImplementBenchmarkException extends UserException.ErrorInUserCodeException implements Serializable

Class com.google.caliper.UserException.DuplicateParameterException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.ErrorInUsageException extends UserException implements Serializable

Class com.google.caliper.UserException.ErrorInUserCodeException extends UserException implements Serializable

Serialized Fields

remedy

String remedy

Class com.google.caliper.UserException.ExceptionFromUserCodeException extends UserException implements Serializable

Class com.google.caliper.UserException.IncompatibleArgumentsException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.InvalidDebugRepsException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.InvalidParameterValueException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.InvalidTrialsException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.MalformedParameterException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.MultipleBenchmarkClassesException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.NoBenchmarkClassException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.NonConstantMemoryUsage extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.NoParameterlessConstructorException extends UserException.ErrorInUserCodeException implements Serializable

Class com.google.caliper.UserException.NoSuchClassException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.RuntimeOutOfRangeException extends UserException.ErrorInUsageException implements Serializable

Class com.google.caliper.UserException.UnrecognizedOptionException extends UserException.ErrorInUsageException implements Serializable


Package com.google.caliper.api

Class com.google.caliper.api.SkipThisScenarioException extends RuntimeException implements Serializable


Package com.google.caliper.runner

Class com.google.caliper.runner.InvalidBenchmarkException extends Exception implements Serializable

Class com.google.caliper.runner.InvalidInstrumentException extends RuntimeException implements Serializable

Class com.google.caliper.runner.UserCodeException extends InvalidBenchmarkException implements Serializable


Package com.google.caliper.util

Class com.google.caliper.util.DisplayUsageException extends InvalidCommandException implements Serializable

Class com.google.caliper.util.InvalidCommandException extends Exception implements Serializable

Serialized Fields

usage

com.google.common.collect.ImmutableList<E> usage



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.