]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.time: update docs
authorSlava Pestov <slava@factorcode.org>
Sat, 21 Nov 2009 23:46:27 +0000 (17:46 -0600)
committerSlava Pestov <slava@factorcode.org>
Sat, 21 Nov 2009 23:46:27 +0000 (17:46 -0600)
basis/tools/time/time-docs.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 6603fa2..d28202f
@@ -9,8 +9,7 @@ ARTICLE: "timing" "Timing code and collecting statistics"
 { $subsections dispatch-stats. gc-events. gc-stats. gc-summary. }
 "A lower-level word puts timings on the stack, intead of printing:"
 { $subsections benchmark }
-"You can also read the system clock directly:"
-{ $subsections system-micros }
+"You can also read the system clock directly; see " { $link "system" } "."
 { $see-also "profiling" "calendar" } ;
 
 ABOUT: "timing"