0023065: This is desirable to add general DRAW command to estimate visualization...
[occt.git] / src / OSD / OSD_Timer.cdl
index b28961b..9d52986 100755 (executable)
@@ -66,7 +66,7 @@ is
   ---Purpose: returns both the elapsed time(seconds,minutes,hours) 
   --          and CPU  time.
   ---Level: Public
-    
+
   Stop (me : in out) is redefined;
   ---Purpose: Stops the Timer.
   ---Level: Public
@@ -76,6 +76,10 @@ is
   --          the Timer.
   ---Level: Public
 
+  ElapsedTime (me : in out) returns Real;
+  ---Purpose: Returns elapsed time in seconds.
+  ---Level: Public
+
 fields
 
   TimeStart : Real;