Context: Added ::debugTiming to wrap Timer formatting

This commit is contained in:
Paul Beckingham 2016-11-13 13:02:44 -05:00
parent 14e3224c5b
commit 302b5a5589
2 changed files with 16 additions and 0 deletions

View file

@ -66,6 +66,7 @@ public:
void error (const std::string&); // Error message sink - non-maskable
void decomposeSortField (const std::string&, std::string&, bool&, bool&);
void debugTiming (const std::string&, const Timer&);
private:
void staticInitialization ();