Memory Tests

Test Area

This test will create and destroy SCEditor 100 times. To make sure there are no memory leaks you will need to manually check the memory usage.

To do this you will need to create heap snapshots:

To perform this test:

  1. Start the test and once complete create the first heap snapshot.
  2. Run the test again and create another heap snapshot.
  3. Compare the memory usage between the two snapshots.

If the memory usage is less than or equal to the memory usage of the first snapshot then there's no leaks. If the memory usage has increased compared to the first snapshot then you will need to search though the snapshot to make sure there are no references to SCEditor left.