Skip navigation links
A B C G H I L M N O P Q R S T U 

A

AbstractArrayListTest<T extends Comparable<T>> - Class in net.bramp.unsafe.collection
 
AbstractArrayListTest() - Constructor for class net.bramp.unsafe.collection.AbstractArrayListTest
 
AbstractListTest - Class in net.bramp.unsafe.collection
 
AbstractListTest() - Constructor for class net.bramp.unsafe.collection.AbstractListTest
 
AbstractUnsafeListTest<T extends Comparable<T>> - Class in net.bramp.unsafe.collection
 
AbstractUnsafeListTest() - Constructor for class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
afterIteration(BenchmarkParams, IterationParams, IterationResult) - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
ArrayListBenchmark - Class in net.bramp.unsafe.collection
 
ArrayListBenchmark() - Constructor for class net.bramp.unsafe.collection.ArrayListBenchmark
 
ArrayListBenchmark_jmh - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_jmh() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh
 
ArrayListBenchmark_jmh_B1 - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_jmh_B1() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B1
 
ArrayListBenchmark_jmh_B2 - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_jmh_B2() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
ArrayListBenchmark_jmh_B3 - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_jmh_B3() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B3
 
ArrayListBenchmark_testIterate - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_testIterate() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
ArrayListBenchmark_testListIterateInPlace - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_testListIterateInPlace() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
ArrayListBenchmark_testSort - Class in net.bramp.unsafe.collection.generated
 
ArrayListBenchmark_testSort() - Constructor for class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
ArrayListEightLongs - Class in net.bramp.unsafe.collection.tests
 
ArrayListEightLongs() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
ArrayListFourLongs - Class in net.bramp.unsafe.collection.tests
 
ArrayListFourLongs() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
ArrayListLongPoint - Class in net.bramp.unsafe.collection.tests
 
ArrayListLongPoint() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 

B

beforeIteration(BenchmarkParams, IterationParams) - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
benchmarks - Static variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
Blackhole_jmh - Class in org.openjdk.jmh.infra.generated
 
Blackhole_jmh() - Constructor for class org.openjdk.jmh.infra.generated.Blackhole_jmh
 
Blackhole_jmh_B1 - Class in org.openjdk.jmh.infra.generated
 
Blackhole_jmh_B1() - Constructor for class org.openjdk.jmh.infra.generated.Blackhole_jmh_B1
 
Blackhole_jmh_B2 - Class in org.openjdk.jmh.infra.generated
 
Blackhole_jmh_B2() - Constructor for class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
Blackhole_jmh_B3 - Class in org.openjdk.jmh.infra.generated
 
Blackhole_jmh_B3() - Constructor for class org.openjdk.jmh.infra.generated.Blackhole_jmh_B3
 
buildJavaArg() - Static method in class net.bramp.unsafe.MemoryUtils
 
bytes() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
bytes() - Method in class net.bramp.unsafe.collection.AbstractListTest
 
bytes() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 

C

COPY_STRIDE - Static variable in class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 

G

getDescription() - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
getPid() - Static method in class net.bramp.unsafe.MemoryUtils
 
go() - Method in class net.bramp.unsafe.Main.UnsafeTester
 

H

HandUnrolledState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.HandUnrolledState
 

I

InplaceQuickSort - Class in net.bramp.unsafe.sort
Java program to Sort integer array using QuickSort algorithm using recursion.
InplaceQuickSort() - Constructor for class net.bramp.unsafe.sort.InplaceQuickSort
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 

L

list - Variable in class net.bramp.unsafe.collection.AbstractArrayListTest
 
list - Variable in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
list - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
LoopState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.LoopState
 

M

main(String[]) - Static method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
main(String[]) - Static method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 
Main - Class in net.bramp.unsafe
 
Main() - Constructor for class net.bramp.unsafe.Main
 
main(String[]) - Static method in class net.bramp.unsafe.Main
 
main(String[]) - Static method in class net.bramp.unsafe.MemoryTest
 
main(String[]) - Static method in class net.bramp.unsafe.RunAll
 
Main.UnsafeTester - Class in net.bramp.unsafe
_________________________________________________________________ | Test | Trial| Time (s)| Extra | |================================================================| | Create | 0 | 19.281 | | | Safelist Sum | 0 | 0.208 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 0 | 0.448 | -1254641639, 1253696635| | Safelist Sum | 1 | 0.235 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 1 | 0.282 | -1254641639, 1253696635| | Safelist Sum | 2 | 0.259 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 2 | 0.22 | -1254641639, 1253696635| | Safelist Sum | 3 | 0.23 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 3 | 0.271 | -1254641639, 1253696635| | Safelist Sum | 4 | 0.251 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 4 | 0.263 | -1254641639, 1253696635|
MemoryProfiler - Class in net.bramp.unsafe.jmh
 
MemoryProfiler() - Constructor for class net.bramp.unsafe.jmh.MemoryProfiler
 
MemoryTest - Class in net.bramp.unsafe
Finds out how much memory each benchmark would take
MemoryTest() - Constructor for class net.bramp.unsafe.MemoryTest
 
memoryUsage() - Static method in class net.bramp.unsafe.MemoryUtils
 
MemoryUtils - Class in net.bramp.unsafe
 
MemoryUtils() - Constructor for class net.bramp.unsafe.MemoryUtils
 

N

net.bramp.unsafe - package net.bramp.unsafe
 
net.bramp.unsafe.collection - package net.bramp.unsafe.collection
 
net.bramp.unsafe.collection.generated - package net.bramp.unsafe.collection.generated
 
net.bramp.unsafe.collection.tests - package net.bramp.unsafe.collection.tests
 
net.bramp.unsafe.copier - package net.bramp.unsafe.copier
 
net.bramp.unsafe.copier.generated - package net.bramp.unsafe.copier.generated
 
net.bramp.unsafe.jmh - package net.bramp.unsafe.jmh
 
net.bramp.unsafe.sort - package net.bramp.unsafe.sort
 
newInstance() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
newInstance(T) - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
Populates the fields of obj with random values.
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 
newInstance(EightLongs) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
newInstance(FourLongs) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
newInstance(LongPoint) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 

O

org.openjdk.jmh.infra.generated - package org.openjdk.jmh.infra.generated
 

P

partition(InplaceList<E>, int, int) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Divides array from pivot, left side contains elements less than Pivot while right side contains elements greater than pivot.
partition(List<E>, int, int) - Static method in class net.bramp.unsafe.sort.QuickSort
Divides array from pivot, left side contains elements less than Pivot while right side contains elements greater than pivot.
pidMemoryUsage() - Static method in class net.bramp.unsafe.MemoryUtils
 
pidMemoryUsage(int) - Static method in class net.bramp.unsafe.MemoryUtils
 
printMemoryLayout2() - Static method in class net.bramp.unsafe.Main
 

Q

quickSort(InplaceList<E>) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Sorts given array using QuickSort
QuickSort - Class in net.bramp.unsafe.sort
Java program to Sort integer array using QuickSort algorithm using recursion.
QuickSort() - Constructor for class net.bramp.unsafe.sort.QuickSort
 
quickSort(List<E>) - Static method in class net.bramp.unsafe.sort.QuickSort
Sorts given array using QuickSort

R

r - Variable in class net.bramp.unsafe.collection.AbstractListTest
 
recursiveQuickSort(InplaceList<E>, int, int) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Recursive quicksort logic
recursiveQuickSort(List<E>, int, int) - Static method in class net.bramp.unsafe.sort.QuickSort
Recursive quicksort logic
RunAll - Class in net.bramp.unsafe
 
RunAll() - Constructor for class net.bramp.unsafe.RunAll
 

S

setRandomSeed(long) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
setSize(int) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
setup() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
setup() - Method in class net.bramp.unsafe.collection.AbstractListTest
 
setup() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
setup() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.HandUnrolledState
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.LoopState
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.UnrolledState
 
setupInvocationMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupInvocationMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
setupInvocationMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupInvocationMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
setupIterationMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupIterationMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
setupIterationMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupIterationMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
setupTrialMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupTrialMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
setupTrialMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
setupTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
setupTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
setupTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
setupTrialMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
shuffle() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
shuffle() - Method in class net.bramp.unsafe.collection.AbstractListTest
 
shuffle() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
shuffle() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
Shuffle - Class in net.bramp.unsafe.sort
Inspired by Collections.shuffle(...)
Shuffle() - Constructor for class net.bramp.unsafe.sort.Shuffle
 
shuffle(List<T>, Random) - Static method in class net.bramp.unsafe.sort.Shuffle
 
shuffleInplace(InplaceList<?>, Random) - Static method in class net.bramp.unsafe.sort.Shuffle
 
size - Variable in class net.bramp.unsafe.collection.AbstractListTest
 
size - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
sort() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
sort() - Method in class net.bramp.unsafe.collection.AbstractListTest
 
sort() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
swap(List<T>, int, int) - Static method in class net.bramp.unsafe.sort.Shuffle
 

T

tearInvocationMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearInvocationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearInvocationMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
tearInvocationMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearInvocationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearInvocationMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
tearIterationMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearIterationMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearIterationMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
tearIterationMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearIterationMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearIterationMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
tearTrialMutex - Variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearTrialMutex - Variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearTrialMutex - Variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
tearTrialMutexUpdater - Static variable in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_jmh_B2
 
tearTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
tearTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
tearTrialMutexUpdater - Static variable in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
tearTrialMutexUpdater - Static variable in class org.openjdk.jmh.infra.generated.Blackhole_jmh_B2
 
test_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_avgt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_HandUnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_avgt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_LoopState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_avgt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_UnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, UnrolledCopierBenchmark_HandUnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, UnrolledCopierBenchmark_LoopState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, UnrolledCopierBenchmark_UnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_ss_jmhStub(InfraControl, int, RawResults, UnrolledCopierBenchmark_HandUnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_ss_jmhStub(InfraControl, int, RawResults, UnrolledCopierBenchmark_LoopState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_ss_jmhStub(InfraControl, int, RawResults, UnrolledCopierBenchmark_UnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
test_thrpt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_HandUnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
test_thrpt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_LoopState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
test_thrpt_jmhStub(InfraControl, RawResults, UnrolledCopierBenchmark_UnrolledState_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
testClass() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
testIterate(Blackhole) - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
testIterate_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_avgt_jmhStub(InfraControl, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_ss_jmhStub(InfraControl, int, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testIterate_thrpt_jmhStub(InfraControl, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testIterate
 
testListIterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
testListIterateInPlace_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_avgt_jmhStub(InfraControl, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_ss_jmhStub(InfraControl, int, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testListIterateInPlace_thrpt_jmhStub(InfraControl, RawResults, Blackhole_jmh, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testListIterateInPlace
 
testSort() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
testSort_AverageTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_avgt_jmhStub(InfraControl, RawResults, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_sample_jmhStub(InfraControl, RawResults, SampleBuffer, int, long, int, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_SampleTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_SingleShotTime(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_ss_jmhStub(InfraControl, int, RawResults, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_Throughput(InfraControl, ThreadParams) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
testSort_thrpt_jmhStub(InfraControl, RawResults, ArrayListBenchmark_jmh, Blackhole_jmh) - Method in class net.bramp.unsafe.collection.generated.ArrayListBenchmark_testSort
 
type - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 

U

UnrolledCopierBenchmark - Class in net.bramp.unsafe.copier
Benchmark Mode Cnt Score Error Units UnrolledCopierBenchmark.testHandUnrolled thrpt 25 430.376 ± 27.448 ops/us UnrolledCopierBenchmark.testLoop thrpt 25 218.056 ± 11.123 ops/us UnrolledCopierBenchmark.testUnrolled thrpt 25 437.139 ± 22.811 ops/us UnrolledCopierBenchmark.testDuff thrpt 20 192.119 ± 9.602 ops/us
UnrolledCopierBenchmark() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 
UnrolledCopierBenchmark.HandUnrolledState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark.LoopState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark.UnrolledState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark_HandUnrolledState_jmh - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_HandUnrolledState_jmh() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B1 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B1() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B1
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B2 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B2() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B2
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B3 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_HandUnrolledState_jmh_B3() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_jmh_B3
 
UnrolledCopierBenchmark_HandUnrolledState_test - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_HandUnrolledState_test() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_HandUnrolledState_test
 
UnrolledCopierBenchmark_LoopState_jmh - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_LoopState_jmh() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh
 
UnrolledCopierBenchmark_LoopState_jmh_B1 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_LoopState_jmh_B1() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B1
 
UnrolledCopierBenchmark_LoopState_jmh_B2 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_LoopState_jmh_B2() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B2
 
UnrolledCopierBenchmark_LoopState_jmh_B3 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_LoopState_jmh_B3() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_jmh_B3
 
UnrolledCopierBenchmark_LoopState_test - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_LoopState_test() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_LoopState_test
 
UnrolledCopierBenchmark_UnrolledState_jmh - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_UnrolledState_jmh() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh
 
UnrolledCopierBenchmark_UnrolledState_jmh_B1 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_UnrolledState_jmh_B1() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B1
 
UnrolledCopierBenchmark_UnrolledState_jmh_B2 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_UnrolledState_jmh_B2() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B2
 
UnrolledCopierBenchmark_UnrolledState_jmh_B3 - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_UnrolledState_jmh_B3() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_jmh_B3
 
UnrolledCopierBenchmark_UnrolledState_test - Class in net.bramp.unsafe.copier.generated
 
UnrolledCopierBenchmark_UnrolledState_test() - Constructor for class net.bramp.unsafe.copier.generated.UnrolledCopierBenchmark_UnrolledState_test
 
UnrolledState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.UnrolledState
 
UnsafeListEightLongs - Class in net.bramp.unsafe.collection.tests
 
UnsafeListEightLongs() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
UnsafeListFourLongs - Class in net.bramp.unsafe.collection.tests
 
UnsafeListFourLongs() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
UnsafeListLongPoint - Class in net.bramp.unsafe.collection.tests
 
UnsafeListLongPoint() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
UnsafeTester() - Constructor for class net.bramp.unsafe.Main.UnsafeTester
 
A B C G H I L M N O P Q R S T U 
Skip navigation links

Copyright © 2015. All rights reserved.