critical impact:
Stopwatch class - not supported (CrUn246)
Problem description
The Stopwatch class exists on Tru64 UNIX, but not on HP-UX.
The Stopwatch package provides ways to measure intervals of program execution time. With the Stopwatch class, you can time execution of the whole program or select portions of the program. This is not a standard C++ class. Identifiers
 Stopwatch |
 stopwatch.h |
 stopwatch.hxx |
 Stopwatch.h |
 Stopwatch.hxx |
|
See also
Solution description
Review your code for references to the Stopwatch class and remove them.
You might also want to port another implementation (headers and functionality) of Stopwatch to HP-UX. There are quite a few Open Source implementations that offer Stopwatch functionality. See the documentation for these implementations for more information.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| UN |
C++, Make |
any HP-UX 11i version |
critical |
unavailable |
|