Mercurial > hg > Game > Cerium
comparison example/many_task/main.cc @ 230:56314060907f draft
fix Random
author | gongo@localhost.localdomain |
---|---|
date | Fri, 13 Feb 2009 10:53:58 +0900 |
parents | e7faaf516be1 |
children | 2c775d229cc6 |
comparison
equal
deleted
inserted
replaced
229:e6eb4f8d6b0e | 230:56314060907f |
---|---|
86 | 86 |
87 void | 87 void |
88 TMend(void) | 88 TMend(void) |
89 { | 89 { |
90 ed_time = getTime(); | 90 ed_time = getTime(); |
91 show_data(); | 91 //show_data(); |
92 printf("Time: %0.6f\n",ed_time-st_time); | 92 printf("Time: %0.6f\n",ed_time-st_time); |
93 } | 93 } |