| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <tm.h>

Public Member Functions | |
| TTmStopWatch (const bool &Start=false) | |
| void | Start () | 
| void | Stop () | 
| void | Reset (const bool &Start) | 
| int | GetTime () const | 
| double | GetSec () const | 
| int | GetSecInt () const | 
| double | GetMSec () const | 
| int | GetMSecInt () const | 
Private Attributes | |
| int | TmSoFar | 
| bool | RunningP | 
| TExeTm | ExeTm | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 393 of file tm.h.
References GetTime().
Referenced by GetMSecInt().


      
  | 
  inline | 
Definition at line 394 of file tm.h.
References GetMSec(), and TFlt::Round().
Referenced by TTmTimer::IsTimeUp().


      
  | 
  inline | 
Definition at line 391 of file tm.h.
References GetTime().
Referenced by GetSecInt().


      
  | 
  inline | 
Definition at line 392 of file tm.h.
References GetSec(), and TFlt::Round().

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 388 of file tm.h.
References ExeTm, RunningP, Start(), TExeTm::Tick(), and TmSoFar.
Referenced by TTmTimer::Restart().


      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |