rename benchmark.struct to tools.time.struct since it is not a benchmark

db4
Slava Pestov 2010-08-11 21:51:19 -07:00
parent 79bcda6d1e
commit 7d4b64e361
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ USING: accessors timers alien.c-types calendar classes.struct
continuations destructors fry kernel math math.order memory
namespaces sequences specialized-vectors system
tools.memory ui ui.gadgets.worlds vm vocabs.loader arrays
benchmark.struct locals ;
tools.time.struct locals ;
IN: game.loop
TUPLE: game-loop

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types classes.struct kernel memory
system vm ;
IN: benchmark.struct
IN: tools.time.struct
STRUCT: benchmark-data
{ time ulonglong }