Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-08-03 23:47:44 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2007-08-03 23:47:44 +0400
commit0df11b8886a33ad55bac4d00e01aaa7aa52f5e40 (patch)
tree02780468705e921d79e74a18d52e3c604f4f586c /src/Timer.h
parent7168275872da03554037fa7eeabc5f96fabc93d0 (diff)
Microbenchmark
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@682 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Timer.h b/src/Timer.h
index fa6d5c582..d456cf70c 100644
--- a/src/Timer.h
+++ b/src/Timer.h
@@ -39,6 +39,7 @@ protected:
static quint64 now();
public:
Timer();
+ bool isElapsed(quint64 us);
quint64 elapsed() const;
quint64 restart();
};