Changeset 2788 for trunk/src/kmk/main.c
- Timestamp:
- Sep 6, 2015, 5:43:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2771 r2788 3849 3849 printf (_("\n# Make statistics, printed on %s"), ctime (&when)); 3850 3850 3851 print_variable_stats (); 3852 print_file_stats (); 3853 # ifdef KMK 3854 print_kbuild_define_stats (); 3855 # endif 3851 /* Aallocators: */ 3856 3852 # ifndef CONFIG_WITH_STRCACHE2 3857 3853 strcache_print_stats ("#"); … … 3863 3859 # endif 3864 3860 print_heap_stats (); 3861 3862 /* Make stuff: */ 3863 print_variable_stats (); 3864 print_file_stats (); 3865 # ifdef KMK 3866 print_kbuild_define_stats (); 3867 # endif 3868 # ifdef CONFIG_WITH_COMPILER 3869 kmk_cc_print_stats (); 3870 # endif 3865 3871 3866 3872 when = time ((time_t *) 0);
Note:
See TracChangeset
for help on using the changeset viewer.