comparison probes.c @ 138:38c1070e2c92

closing branch test_without_inline
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 14:17:06 +0200
parents 7b799a46cc87
children
comparison
equal deleted inserted replaced
5:9f65c4b35908 6:b2d5ec352507
15 #include "Histogram/Histogram.h" 15 #include "Histogram/Histogram.h"
16 16
17 17
18 //================================ STATS ==================================== 18 //================================ STATS ====================================
19 19
20 inline TSCount getTSCount() 20 TSCount getTSCount()
21 { unsigned int low, high; 21 { unsigned int low, high;
22 TSCount out; 22 TSCount out;
23 23
24 saveTimeStampCountInto( low, high ); 24 saveTimeStampCountInto( low, high );
25 out = high; 25 out = high;