tools.time: update docs

db4
Slava Pestov 2009-11-21 17:46:27 -06:00
parent d001e0176a
commit 39a2d4303e
1 changed files with 1 additions and 2 deletions

3
basis/tools/time/time-docs.factor Normal file → Executable file
View File

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