mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
trunk/branch integration: documentation
This commit is contained in:
parent
e7f1180081
commit
9cdac43cca
@ -50,6 +50,11 @@ namespace Poco {
|
||||
class Foundation_API Stopwatch
|
||||
/// A simple facility to measure time intervals
|
||||
/// with microsecond resolution.
|
||||
///
|
||||
/// Note that Stopwatch is based on the Timestamp
|
||||
/// class. Therefore, if during a Stopwatch run,
|
||||
/// the system time is changed, the measured time
|
||||
/// will not be correct.
|
||||
{
|
||||
public:
|
||||
Stopwatch();
|
||||
|
Loading…
x
Reference in New Issue
Block a user