Changeset 3638 in Sophya for trunk/SophyaLib/SysTools/ctimer.h
- Timestamp:
- May 26, 2009, 11:39:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/ctimer.h
r3636 r3638 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: ctimer.h,v 1. 7 2009-05-26 20:24:24ansari Exp $3 // $Id: ctimer.h,v 1.8 2009-05-26 21:39:55 ansari Exp $ 4 4 // 5 5 … … 27 27 class Timer { 28 28 public: 29 Timer(bool prfg=true); 29 30 // L'objet memorise le temps CPU et l'heure, et le nom donne 30 Timer(const char* name =0, bool prfg=true);31 Timer(const char* name, bool prfg=true); 31 32 32 33 // Le destructeur appelle split sans parametre.
Note:
See TracChangeset
for help on using the changeset viewer.