feat: implement ostream operator for timer
This commit is contained in:
parent
64ae4c62a9
commit
42b8c8d7e7
3 changed files with 23 additions and 3 deletions
|
@ -15,3 +15,5 @@ public:
|
|||
|
||||
long us() const;
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &os, const Timer &timer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue