--- deliantra/server/ext/dm-support.ext 2012/11/09 20:37:57 1.36 +++ deliantra/server/ext/dm-support.ext 2012/11/11 02:38:10 1.37 @@ -62,9 +62,9 @@ # compile first, then execute, as Coro does not support switching in eval string my $cb = eval "sub { $cmd \n}"; - my $t1 = Time::HiRes::time; + my $t1 = EV::time; my @res = $@ ? () : eval { $cb->() }; - my $t2 = Time::HiRes::time; + my $t2 = EV::time; print "\n", "command: '$cmd'\n",