tools.time: fix typo in docs
parent
106428bf89
commit
e4516aabf0
|
@ -7,7 +7,7 @@ ARTICLE: "timing" "Timing code and collecting statistics"
|
|||
{ $subsections time }
|
||||
"This word also collects statistics about method dispatch and garbage collection:"
|
||||
{ $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, instead of printing:"
|
||||
{ $subsections benchmark }
|
||||
"You can also read the system clock directly; see " { $link "system" } "."
|
||||
{ $see-also "profiling" "tools.annotations" "calendar" } ;
|
||||
|
|
Loading…
Reference in New Issue