Description:
fix bux when pid=0
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r157:b4e13c98cfec - - 2 files changed: 4 inserted, 2 deleted
@@ -203,13 +203,13 | |||||
|
203 | fprintf(stderr, "UGH: Lost track of the process (%m)\n"); |
|
203 | fprintf(stderr, "UGH: Lost track of the process (%m)\n"); |
|
204 | else { |
|
204 | else { |
|
205 | final_stats(&rus); |
|
205 | final_stats(&rus); |
|
|
206 | + } | ||
|
|
207 | + } | ||
|
206 |
|
|
208 | print_running_stat( |
|
207 |
|
|
209 | (double)wall_ms/1000, |
|
208 |
|
|
210 | (double)total_ms/1000, |
|
209 |
|
|
211 | (double)sys_ms/1000, |
|
210 |
|
|
212 | (mem_peak_kb + 1023) / 1024); |
|
211 | - } |
|
||
|
212 | - } |
|
||
|
213 | meta_close(); |
|
213 | meta_close(); |
|
214 | exit(rc); |
|
214 | exit(rc); |
|
215 | } |
|
215 | } |
You need to be logged in to leave comments.
Login now