diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2019-07-06 13:29:15 +0200 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2019-07-06 13:29:15 +0200 |
| commit | 02c31f486fd414138114ff2a4441d60de5a005ce (patch) | |
| tree | 5ff413505d7d2d4e846282a11b1a53cbe3b1a69c /tdutils/td/utils/Timer.h | |
| parent | a695b0823c74fe8a0c25a31280c77907eb569a11 (diff) | |
tdutils: update from other project
GitOrigin-RevId: 73c666dbdd72811b151a48504716ed4aee6af1a0
Diffstat (limited to 'tdutils/td/utils/Timer.h')
| -rw-r--r-- | tdutils/td/utils/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdutils/td/utils/Timer.h b/tdutils/td/utils/Timer.h index f774d64d6..7d4da7eaf 100644 --- a/tdutils/td/utils/Timer.h +++ b/tdutils/td/utils/Timer.h @@ -13,6 +13,7 @@ namespace td { class Timer { public: Timer(); + double elapsed() const; private: friend StringBuilder &operator<<(StringBuilder &string_builder, const Timer &timer); |
