Skip to content

Commit

Permalink
Remove more system-micros stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Jun 22, 2010
1 parent 864160b commit b197f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion basis/core-foundation/timers/timers.factor
@@ -1,7 +1,7 @@
! Copyright (C) 2008, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.syntax system math kernel calendar
core-foundation core-foundation.time ;
core-foundation core-foundation.time calendar.unix ;
IN: core-foundation.timers

TYPEDEF: void* CFRunLoopTimerRef
Expand Down
2 changes: 1 addition & 1 deletion basis/smtp/smtp.factor
Expand Up @@ -188,7 +188,7 @@ ERROR: invalid-header-string string ;
"<" %
64 random-bits #
"-" %
system-micros #
gmt timestamp>micros #
"@" %
smtp-domain get [ host-name ] unless* %
">" %
Expand Down
2 changes: 1 addition & 1 deletion basis/tools/time/time-docs.factor
Expand Up @@ -24,7 +24,7 @@ HELP: time
{ $values { "quot" quotation } }
{ $description "Runs a quotation, gathering statistics about method dispatch and garbage collection, and then prints the total run time." } ;

{ benchmark system-micros time } related-words
{ benchmark time } related-words

HELP: collect-gc-events
{ $values { "quot" quotation } { "gc-events" "a sequence of " { $link gc-event } " instances" } }
Expand Down

0 comments on commit b197f4e

Please sign in to comment.