Add const now()

This commit is contained in:
Vinnie Falco
2013-11-23 13:15:49 -08:00
parent a549c94a15
commit 76c364ec2d

View File

@@ -95,6 +95,11 @@ public:
return m_now;
}
elapsed_type now() const
{
return m_now;
}
elapsed_type operator() ()
{
return now();