Package | Description |
---|---|
org.perfidix.example.list | |
org.perfidix.example.stack |
Modifier and Type | Method and Description |
---|---|
void |
ListBenchmark.arrayListAdd()
bench for adding data to the [@link ArrayList]
|
void |
ListBenchmark.arrayListGet()
benchmark for retrieving an element at a specified index
|
void |
ListBenchmark.intArrayListAdd()
Bench for adding the data to the
IntArrayList . |
void |
ListBenchmark.intArrayListGet()
bench for retrieving an element at a specified index
|
void |
ListBenchmark.vectorAdd()
benchmark for adding data to [@link java.util.Vector]
|
void |
ListBenchmark.vectorGet()
benchmark for retrieving an element at a specified index
|
Modifier and Type | Method and Description |
---|---|
void |
StackBenchmark.benchArrayDequePush() |
void |
StackBenchmark.benchArrayDequeStackPop()
Bench for popping the data from the
ArrayDeque . |
void |
StackBenchmark.benchFastIntPush()
Bench for pushing the data to the
FastIntStack . |
void |
StackBenchmark.benchFastIntStackPop()
Bench for popping the data from the
FastIntStack . |
void |
StackBenchmark.benchNormalIntPop()
Bench for popping the data from the
Stack . |
void |
StackBenchmark.benchNormalIntPush()
Bench for pushing the data to the
Stack . |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.