Revision: 42437
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42437&view=rev
Author:   brlcad
Date:     2011-01-19 08:34:51 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
make it clear that these affect one global timer

Modified Paths:
--------------
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2011-01-19 08:32:39 UTC (rev 42436)
+++ brlcad/trunk/include/raytrace.h     2011-01-19 08:34:51 UTC (rev 42437)
@@ -2415,14 +2415,14 @@
 RT_EXPORT BU_EXTERN(struct soltab *rt_find_solid,
                    (const struct rt_i *rtip,
                     const char *name));
-/* Start the timer */
+/* Start the global timer */
 RT_EXPORT BU_EXTERN(void rt_prep_timer,
                    (void));
-/* Read timer, return time + str */
+/* Read global timer, return time + str */
 RT_EXPORT BU_EXTERN(double rt_get_timer,
                    (struct bu_vls *vp,
                     double *elapsed));
-/* Return CPU time, text, & wall clock time */
+/* Return CPU time, text, & wall clock time off the global timer */
 RT_EXPORT BU_EXTERN(double rt_read_timer,
                    (char *str, int len));
 /* Plot a solid */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to