Changeset 440:f92099d27236 in lemon-0.x
- Timestamp:
- 04/27/04 13:32:22 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/time_measure.h
r431 r440 155 155 ///Prints the time counters in the folloing form: 156 156 /// 157 /// u: XX.XXs s: XX.XXs cu: XX.XXs cs: XX.XXs real: XX.XXs157 /// <tt>u: XX.XXs s: XX.XXs cu: XX.XXs cs: XX.XXs real: XX.XXs</tt> 158 158 /// 159 159 /// where the values are the 160 /// - a user cpu time, 161 /// - a system cpu time, 162 /// - a user cpu time of children, 163 /// - a system cpu time of children and 164 /// - a real time, 165 /// 166 ///respectively 160 /// \li \c u: user cpu time, 161 /// \li \c s: system cpu time, 162 /// \li \c cu: user cpu time of children, 163 /// \li \c cs: system cpu time of children, 164 /// \li \c real: real time. 167 165 inline std::ostream& operator<<(std::ostream& os,const TimeStamp &t) 168 166 {
Note: See TracChangeset
for help on using the changeset viewer.