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


Ignore:
Timestamp:
Mar 21, 2018, 1:32:27 PM (7 years ago)
Author:
bird
Message:

kmkbuiltin: stats

File:
1 edited

Legend:

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

    r3161 r3170  
    2727#ifdef KMK
    2828# include "kbuild.h"
     29#endif
     30#ifdef CONFIG_WITH_KMK_BUILTIN_STATS
     31# include "kmkbuiltin.h"
    2932#endif
    3033
     
    41744177
    41754178  /* Allocators: */
    4176 #ifdef CONFIG_WITH_COMPILER
     4179# ifdef CONFIG_WITH_COMPILER
    41774180  kmk_cc_print_stats ();
    4178 #endif
     4181# endif
    41794182# ifndef CONFIG_WITH_STRCACHE2
    41804183  strcache_print_stats ("#");
     
    41944197  print_kbuild_define_stats ();
    41954198# endif
     4199# ifdef CONFIG_WITH_KMK_BUILTIN_STATS
     4200  kmk_builtin_print_stats (stdout, "# ");
     4201# endif
    41964202# ifdef CONFIG_WITH_COMPILER
    41974203  kmk_cc_print_stats ();
     
    42014207  printf (_("\n# Finished Make statistics on %s\n"), ctime (&when));
    42024208}
    4203 #endif
     4209#endif /* CONFIG_WITH_PRINT_STATS_SWITCH */
    42044210
    42054211static void
Note: See TracChangeset for help on using the changeset viewer.