|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.google.caliper.model | |
---|---|
com.google.caliper.model | These classes model the data that is collected by the caliper runner: the record of which scenarios were tested on which VMs by which instruments and, most importantly, all the measurements that were observed. |
com.google.caliper.runner | |
com.google.caliper.worker |
Classes in com.google.caliper.model used by com.google.caliper.model | |
---|---|
Environment
The collected information that caliper detects about the hardware and operating system it is running under. |
|
Instrument
The details of what kind of measurement was taken and how; three examples of instruments are "the memory-allocation instrument with default settings", "the microbenchmark instrument with default settings," and "the microbenchmark instrument with warmup time 2 seconds and timing interval 0.5 seconds". |
|
Measurement
A single numeric datum reported by an instrument for a particular scenario. |
|
Result
A set of measurements, optionally including arbitrary report text, that were taken by a particular instrument for a particular scenario. |
|
Run
Represents a single invocation of the caliper runner. |
|
Scenario
A specific combination of benchmark variables (including environment, VM, class name, method name, user parameters and VM arguments). |
|
VM
A virtual machine configuration. |
Classes in com.google.caliper.model used by com.google.caliper.runner | |
---|---|
CaliperData
Note: classes in this package are deliberately quick-and-dirty and minimal, and may be upgraded to be a little more robust in the future. |
|
Environment
The collected information that caliper detects about the hardware and operating system it is running under. |
Classes in com.google.caliper.model used by com.google.caliper.worker | |
---|---|
Measurement
A single numeric datum reported by an instrument for a particular scenario. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |