소스 검색

comment out obsolete printf's in the larson example

Ioannis Koutras 12 년 전
부모
커밋
5990153192
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/larson.c

+ 1 - 1
examples/larson.c

@@ -272,7 +272,7 @@ static void runthreads(long sleep_cnt, int min_threads, int max_threads, int chp
         /* used_space = get_allocated_space(&systemallocator.heaps[0]); */
         /* reqd_space = get_used_space(&systemallocator.heaps[0]); */
         //used_space = 0;
-        printf(" Used space: %zu\n Requested space: %zu\n", used_space, reqd_space);
+        /* printf(" Used space: %zu\n Requested space: %zu\n", used_space, reqd_space); */
 
         printf("%2d ", num_threads ) ;
         printf("%6.3f", duration  ) ;