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.
1 parent 55e7c87 commit 732db7cCopy full SHA for 732db7c
1 file changed
inst/include/Rcpp/Benchmark/Timer.h
@@ -100,15 +100,6 @@ namespace Rcpp{
100
101
#endif
102
103
- namespace{
104
- std::string get_first(const std::pair<std::string,nanotime_t>& pair) {
105
- return pair.first;
106
- }
107
- double get_second(const std::pair<std::string,nanotime_t>& pair){
108
- return static_cast<double>(pair.second);
109
110
111
-
112
class Timer {
113
public:
114
Timer() : data(), start_time( get_nanotime() ){}
0 commit comments