Changeset 241 in Sophya for trunk/SophyaLib/SysTools/ctimer.h
- Timestamp:
- Apr 21, 1999, 3:12:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/ctimer.h
r219 r241 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: ctimer.h,v 1. 1.1.1 1999-04-09 17:57:04ansari Exp $3 // $Id: ctimer.h,v 1.2 1999-04-21 13:12:00 ansari Exp $ 4 4 // 5 5 … … 12 12 #include <iostream.h> 13 13 #include <stdio.h> 14 #include " peida.h"14 #include "machdefs.h" 15 15 16 16 // <summary> Permet de chronometrer des fonctions. </summary> … … 22 22 23 23 // La macro SPLITTIME lui permet d'afficher des temps partiels. 24 class Timer EXC_AWARE{24 class Timer { 25 25 public: 26 26 // L'objet memorise le temps CPU et l'heure, et le nom donne
Note:
See TracChangeset
for help on using the changeset viewer.