Changeset 2758 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Jan 28, 2015, 2: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/make.h

    r2745 r2758  
    238238
    239239/* bird - start */
     240#ifdef _MSC_VER
     241# include <intrin.h>
     242# define CURRENT_CLOCK_TICK() __rdtsc()
     243#else
     244# define CURRENT_CLOCK_TICK() 0
     245#endif
     246
    240247#define COMMA ,
    241248#ifdef CONFIG_WITH_VALUE_LENGTH
Note: See TracChangeset for help on using the changeset viewer.