Changeset 363 for pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
- Timestamp:
- Mar 25, 2006 10:06:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
r351 r363 392 392 TRACE_((THIS_FILE, " join thread %d..", i)); 393 393 pj_thread_join(thread[i]); 394 pj_thread_destroy(thread[i]);395 394 } 396 395 … … 429 428 *p_bandwidth = (pj_uint32_t)bandwidth; 430 429 431 PJ_LOG(3,(THIS_FILE, " %.4s % d %d%8d KB/s",430 PJ_LOG(3,(THIS_FILE, " %.4s %2d %2d %8d KB/s", 432 431 type_name, thread_cnt, sockpair_cnt, 433 432 *p_bandwidth));
Note: See TracChangeset
for help on using the changeset viewer.