<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1515" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello every one,</FONT></DIV>
<DIV><FONT size=2>&nbsp;I want to record the execution time of segmentation 
algorithm, but I don't know how to do using the ITK class of itkTimeStamp.Is 
this class for record time?</FONT></DIV>
<DIV><FONT size=2>&nbsp;For example,</FONT></DIV>
<DIV><FONT size=2>&nbsp; connectedThreshold-&gt;SetInput(&nbsp; 
reader-&gt;GetOutput() );<BR>&nbsp; caster-&gt;SetInput( 
connectedThreshold-&gt;GetOutput() );<BR>&nbsp; writer-&gt;SetInput( 
caster-&gt;GetOutput() );</FONT></DIV>
<DIV><FONT size=2>in this progress, i only want to know the time for 
segmentation.</FONT></DIV>
<DIV><FONT size=2>If you know, tell me please. </FONT></DIV>
<DIV><FONT size=2>Thanks.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Xianfen Diao</FONT></DIV></BODY></HTML>