public final class PerformanceDemo extends Object
NOTE: To run this demo you may need to increase the JVM max mem size. In Sun's JVM it is done using the "-Xmx" switch. Specify "-Xmx300M" to set it to 300MB.
WARNING: Don't run this demo as-is on machines with less than 512MB memory. Your machine will start paging severely. You need to first modify it to have fewer graph elements. This is easily done by changing the loop counters below.
Constructor and Description |
---|
PerformanceDemo() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
The starting point for the demo.
|
public static void main(String[] args)
args
- ignored.Copyright © 2019. All rights reserved.