[vtkusers] How to get processing time and memory use

Sean McBride sean at rogue-research.com
Tue Dec 11 12:49:42 EST 2012


On Tue, 11 Dec 2012 04:07:08 -0500, Rodrigo Lovera said:

>I'm kind of new on these VTK use in C++ environment (Visual Studio), and im
>developing a 3d visualization gui using VTK + QT.
>
>In order to do some testing I'll need to measure the processing time and
>memory use but got no idea on how to do it. Maybe to get the processing
>time of each pipeline im adding into the gui.
>
>Hope you can give me any clue in order to perform these evaluation

You need a profiler:
<http://en.wikipedia.org/wiki/Profiling_(computer_programming)>

I don't use Windows, but a quick googling suggests this:
<http://en.wikipedia.org/wiki/Visual_Studio_Team_System_Profiler>

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the vtkusers mailing list