ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-random.ext
(Generate patch)

Comparing deliantra/server/ext/map-random.ext (file contents):
Revision 1.39 by root, Sat Mar 27 20:12:24 2010 UTC vs.
Revision 1.40 by root, Sun Apr 11 04:52:07 2010 UTC

216 $map->load_header; 216 $map->load_header;
217 $map->load; 217 $map->load;
218 $map->post_load_original; 218 $map->post_load_original;
219 my $m=100; 219 my $m=100;
220 for (1..50) { 220 for (1..50) {
221 my $t=EV::time; 221 my $t=AE::time;
222 $map->_save_objects ("/tmp/x", cf::IO_HEADER | cf::IO_OBJECTS | cf::IO_UNIQUES); 222 $map->_save_objects ("/tmp/x", cf::IO_HEADER | cf::IO_OBJECTS | cf::IO_UNIQUES);
223 $t = EV::time-$t; 223 $t = AE::time-$t;
224 $m=$t if $m>$t; 224 $m=$t if $m>$t;
225 warn $m; 225 warn $m;
226 } 226 }
227 }; 227 };
228} 228}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines