浏览代码

WIP threads.

Mark Sibly 7 年之前
父节点
当前提交
64e3a95131
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/monkey/native/bbgc_mx.cpp

+ 1 - 1
modules/monkey/native/bbgc_mx.cpp

@@ -456,7 +456,7 @@ namespace bbGC{
 		
 		double elapsed=now()-start;
 		
-		bb_printf( "sweep=%g (%ims)",elapsed,int(elapsed*1000+0.5) );fflush( stdout );
+//		bb_printf( "sweep=%g (%ims)\n",elapsed,int(elapsed*1000+0.5) );fflush( stdout );
 		
 //		printf( "end sweep\n" );fflush( stdout );
 	}