Changeset aad4ca4 in git for factory/timing.h


Ignore:
Timestamp:
Dec 6, 2017, 7:05:25 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
06b3e84d21e073249ada6d3b863bb3b8ce91d3be
Parents:
3803c6a39fad57f9a8e12942b2928c215504e027
Message:
format: Warn -> WarnS, trailing spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/timing.h

    r3803c6 raad4ca4  
    4444
    4545#define TIMING_DEFINE(t) static clock_t timing_ ## t ## _start, timing_ ## t ## _end; \
    46 static clock_t timing_ ## t ## _time; 
     46static clock_t timing_ ## t ## _time;
    4747#define TIMING_START(t) timing_ ## t ## _start = clock();
    4848#define TIMING_END(t) timing_ ## t ## _end = clock(); \
Note: See TracChangeset for help on using the changeset viewer.