mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(print_statistics): Nicer format for cache hit output.
This commit is contained in:
parent
647eb037f3
commit
962a3cdd2a
@ -1525,7 +1525,7 @@ print_statistics (void)
|
||||
#endif
|
||||
_dl_debug_printf (" number of relocations: %lu\n",
|
||||
_dl_num_relocations);
|
||||
_dl_debug_printf (" number of relocations from cache: %lu\n",
|
||||
_dl_debug_printf (" number of relocations from cache: %lu\n",
|
||||
_dl_num_cache_relocations);
|
||||
|
||||
#ifndef HP_TIMING_NONAVAIL
|
||||
|
Loading…
Reference in New Issue
Block a user