testMemory.m 151 B

1234567
  1. %MATLAB testing file for memory allocation and leaks
  2. %Andrew Melim
  3. addpath([pwd,'/../../../toolbox/gtsam']);
  4. for i=1:100000
  5. p = gtsamPoint2()
  6. end