Hey Patrick,<br><br>I am using a recent CVS checkout of IGSTK with Qt and a Hybrid Polaris tracker.  Removing the unnecessary ObserveTransformEventsFrom() from the callback has essentially eliminated the slowdown in rate over time.  The data logging rate is slower than the sandbox example, but that is likely because I am displaying/updating several views on the GUI. <br>
<br>I installed Visual Leak Detector instead of Valgrind because I am developing in Windows.  The leak detector fond quite a few leaks in my program, but I don't have much experience with debugging memory issues so it is taking some time to wade through them.<br>
<br>I am using IGSTK with SceneGraphVisualization on. A large number of the leaks trace back to SceneGraph and SceneGraphNode - it appears that the destructor is never called.<br><br>I was able to reproduce this in the HelloWorld example. 1 SceneGraph and 6 SceneGraphNodes are created, but neither destructor is called.  Is this by design or is it a bug?<br>
<br>~Jake<br><br><div class="gmail_quote">On Thu, May 13, 2010 at 1:51 PM, Patrick Cheng <span dir="ltr"><<a href="mailto:cheng@isis.georgetown.edu" target="_blank">cheng@isis.georgetown.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi Jake,<br>
<br>
Can you tell us a little more about your experiment setup? IGSTK versions, system, tracker, and example code.  When you run your test, did you observe memory leak? You can check this by using system monitor to see the memory usage. Under linux you can use "top" command.<br>


<br>
There is also an example application in IGSTKSandbox does exactly the same thing. I am wondering if you could run that application and tell us about its performance. (IGSTKSandbox/Exampls/TrackerDataLogger)<br><font color="#888888">
<br>
Patrick</font><div><div></div><div><br>
<br>
On 5/12/2010 12:04 PM, Jake McIvor wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>
I have an application that logs transform data to a file.  A callback<br>
function is attached to an observer watching for<br>
TrackerToolTransformUpdateEvent.  Within the callback function I use a<br>
transform observer to check for and get the latest transform, and then<br>
log it to a file.<br>
<br>
Over time, the rate at which these transforms are recorded drops<br>
significantly.  I came across a section of Christopher Heath's thesis,<br>
Disablement of a Surgical Drill Via CT Guidance to Protect Vital Anatomy<br>
that describes a similar issue:<br>
<br>
"A method was added to Landmark3DRegister to allow for pass by reference<br>
retrieval of transforms instead of using callbacks. This was implemented<br>
to prevent an issue that occurs with the callback method utilized by<br>
IGSTK when finding the transform many times."<br>
<br>
Does anyone have any insight on what is happening or how to improve<br>
performance?<br>
<br>
Cheers,<br>
<br>
Jake<br>
<br>
--<br>
Jake McIvor<br>
MASc Candidate, Biomedical Engineering<br>
University of British Columbia<br>
<br>
<br>
<br>
<br></div></div><div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users</a><br>
</div></blockquote><div><div></div><div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users</a><br>
</div></div></blockquote></div><br>