Re: [linuxtools-dev] Memory usage of TmfExperiment

2014-08-06 Thread Francis Giraldeau
014 11:15 AM > *To:* Linux Tools developer discussions > *Subject:* [linuxtools-dev] Memory usage of TmfExperiment > > I used Eclipse Memory Analyzer (MAT) to find the object holding a > reference to a large temporary chunk of memory. It appears that > TmfExperiment is not AutoClosable

Re: [linuxtools-dev] Memory usage of TmfExperiment

2014-08-06 Thread Marc-André Laperle
per discussions Subject: [linuxtools-dev] Memory usage of TmfExperiment I used Eclipse Memory Analyzer (MAT) to find the object holding a reference to a large temporary chunk of memory. It appears that TmfExperiment is not AutoClosable as other traces, and calling dispose() method on the experim

[linuxtools-dev] Memory usage of TmfExperiment

2014-08-06 Thread Francis Giraldeau
I used Eclipse Memory Analyzer (MAT) to find the object holding a reference to a large temporary chunk of memory. It appears that TmfExperiment is not AutoClosable as other traces, and calling dispose() method on the experiment solved the issue. (Whole story: http://multivax.blogspot.ca/2014/08/pin