Changeset 2758 in kBuild for trunk/src/kmk/main.c
- Timestamp:
- Jan 28, 2015 1:03:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2717 r2758 1368 1368 PATH_VAR (current_directory); 1369 1369 unsigned int restarts = 0; 1370 #ifdef CONFIG_WITH_MAKE_STATS 1371 unsigned long long uStartTick = CURRENT_CLOCK_TICK(); 1372 #endif 1370 1373 #ifdef WINDOWS32 1371 1374 char *unix_path = NULL; … … 2922 2925 _("warning: Clock skew detected. Your build may be incomplete.")); 2923 2926 2927 MAKE_STATS_2(if (uStartTick) printf("main ticks elapsed: %ull\n", (unsigned long long)(CURRENT_CLOCK_TICK() - uStartTick)) ); 2924 2928 /* Exit. */ 2925 2929 die (status);
Note:
See TracChangeset
for help on using the changeset viewer.