VirtualBox

Changeset 2758 in kBuild for trunk/src/kmk/main.c


Ignore:
Timestamp:
Jan 28, 2015 1:03:58 PM (10 years ago)
Author:
bird
Message:

Some more variable stats I added the other day (not in release builds).

File:
1 edited

Legend:

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

    r2717 r2758  
    13681368  PATH_VAR (current_directory);
    13691369  unsigned int restarts = 0;
     1370#ifdef CONFIG_WITH_MAKE_STATS
     1371  unsigned long long uStartTick = CURRENT_CLOCK_TICK();
     1372#endif
    13701373#ifdef WINDOWS32
    13711374  char *unix_path = NULL;
     
    29222925             _("warning:  Clock skew detected.  Your build may be incomplete."));
    29232926
     2927    MAKE_STATS_2(if (uStartTick) printf("main ticks elapsed: %ull\n", (unsigned long long)(CURRENT_CLOCK_TICK() - uStartTick)) );
    29242928    /* Exit.  */
    29252929    die (status);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette