X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=src%2FUtils.h;h=35077635e93d9e28d3724b0d96dbb23f1537f74f;hb=91989c2627abc2cdf511f17169e4f862dc55e838;hp=d765da0acf77fc01a8aa5f2f6265e7ac8d94fe20;hpb=7975d02c6c1ee679a236087e86955c086f1a9a8e;p=crypto_lab3.git diff --git a/src/Utils.h b/src/Utils.h index d765da0..3507763 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -18,6 +18,7 @@ class Timer public: Timer(); int ms() const; + void reset(); friend std::ostream& operator<<(std::ostream& os, const Timer& t); private: