Changeset 9266 for branches/stable/src/client/usrint/ucache.c
- Timestamp:
- 03/15/12 14:59:21 (15 months ago)
- Files:
-
- 1 modified
-
branches/stable/src/client/usrint/ucache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/src/client/usrint/ucache.c
r9262 r9266 673 673 (long long unsigned int) ucache_stats->hits, 674 674 (long long unsigned int) ucache_stats->misses, 675 percentage ,675 percentage * 100, 676 676 (long long unsigned int) ucache_stats->pseudo_misses, 677 677 ucache_stats->block_count,
