[Insight-developers] tracking total allocate image size

Mathieu Malaterre mathieu.malaterre at gmail.com
Fri Oct 5 07:34:17 EDT 2007


Hi Richard,

  There is a class in VTK called vtkProcessStatistics that should do
what you want. But for tracking leaks I usually use valgrind, altough
it does not make much sense for ITK since you use smartpointer.

HTH
-Mathieu

On 10/5/07, Richard Beare <richard.beare at gmail.com> wrote:
> Hi,
> I was wondering whether there is a way to query the total allocated
> image volume in an application? I have something that appears to be
> using significantly more than I expect and I'd like to track down
> whether it is an artefact of the reporting by system utilities.
>
> Thanks.
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list