org.netbeans.performance.platform |
|
Java Source File Name | Type | Comment |
CopyArray.java | Class | Benchmark measuring how efficiently is the System.arraycopy implemented,
how big overhead does it have on small arrays. |
EventQueueTest.java | Class | Benchmark measuring speed of EventQueue methods. |
ExceptionConstruct.java | Class | The Benchmark measuring how long would it take to construct an instance
of Exception. |
InnerClassConstruct.java | Class | The Benchmark measuring the difference between using public and
private constructor of the private inner class. |
RunnableMethod.java | Class | The benchmark comparing time to construct and run an anonymous Runnable
versus time to construct a single special Runable working over a Method. |
SetThreadName.java | Class | Benchmark measuring how long it takes to set the name of the Thread. |