Changeset 624 for pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
- Timestamp:
- Jul 23, 2006 2:38:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
r613 r624 956 956 "(tested with %d URI set, with average length of " 957 957 "%d chars)", 958 PJ_ARRAY_SIZE(uri_test_array), avg_len);958 (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 959 959 960 960 report_ival("uri-parse-per-sec", max, "URI/sec", desc); … … 976 976 "(tested with %d URI set, with average length of " 977 977 "%d chars)", 978 PJ_ARRAY_SIZE(uri_test_array), avg_len);978 (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 979 979 980 980 report_ival("uri-print-per-sec", max, "URI/sec", desc); … … 990 990 "(tested with %d URI set, with average length of " 991 991 "%d chars)", 992 PJ_ARRAY_SIZE(uri_test_array), avg_len);992 (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 993 993 994 994 report_ival("uri-cmp-per-sec", max, "URI/sec", desc);
Note: See TracChangeset
for help on using the changeset viewer.