Back to the main page.
Bug 1753 - allow multiple nested memtic/memtoc calls
| Status | CLOSED WONTFIX |
| Reported | 2012-09-30 13:26:00 +0200 |
| Modified | 2014-05-14 20:08:56 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P3 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2012-09-30 13:26:04 +0200
it would be usefull to be able to use memtic and memtoc like this a = memtic; for i=1:10 b = memtic; % do something memtoc(b); end % for i memtoc(a);
Robert Oostenveld - 2014-04-07 11:25:20 +0200
the mex-file memtoc/memtoc is not sufficiently accurate to bother making improvements to the implementation. The matlab profiler by now also supports memory profiling.