Changeset 1879 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Oct 17, 2008, 3:53:05 AM (17 years ago)
Author:
bird
Message:

do strcache2_print_stats_all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r1867 r1879  
    36343634  print_file_data_base ();
    36353635  print_vpath_data_base ();
     3636#ifndef CONFIG_WITH_STRCACHE2
    36363637  strcache_print_stats ("#");
     3638#else
     3639  strcache2_print_stats_all ("#");
     3640#endif
    36373641#ifdef CONFIG_WITH_ALLOC_CACHES
    36383642  alloccache_print_all ();
Note: See TracChangeset for help on using the changeset viewer.