We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 462914a + a78046f commit 1138767Copy full SHA for 1138767
inst/include/Rcpp/Benchmark/Timer.h
@@ -120,17 +120,17 @@ namespace Rcpp{
120
out.attr("names") = names;
121
return out;
122
}
123
-
+
124
static std::vector<Timer> get_timers(int n){
125
return std::vector<Timer>( n, Timer() ) ;
126
127
128
inline nanotime_t now() const {
129
return get_nanotime() ;
130
131
132
inline nanotime_t origin() const {
133
- return start_time ;
+ return start_time ;
134
135
136
private:
@@ -143,5 +143,8 @@ namespace Rcpp{
143
144
145
146
+#ifdef FALSE
147
+ #undef FALSE
148
#endif
149
150
+#endif
0 commit comments