~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to hrtimer.h

  • Committer: weidai
  • Date: 2004-09-03 10:57:31 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:193
changes related to the next FIPS validation

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
        Unit m_timerUnit;       // HPUX workaround: m_unit is a system macro on HPUX
26
26
        bool m_stuckAtZero, m_started;
27
 
        word64 m_start, m_last;
 
27
        word64 m_start;
28
28
};
29
29
 
30
30
//! measure CPU time spent executing instructions of this thread (if supported by OS)