| 
    SNAP Library 6.0, Developer Reference
    2020-12-09 16:24:20
    
   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 394 of file tm.h.
References GetTime().
Referenced by GetMSecInt().


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


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


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

      
  | 
  inline | 
Definition at line 391 of file tm.h.
References TExeTm::GetTime().
Referenced by GetMSec(), and GetSec().


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


      
  | 
  inline | 
Definition at line 387 of file tm.h.
References TExeTm::Tick().
Referenced by Reset().


      
  | 
  inline | 
Definition at line 388 of file tm.h.
References TExeTm::GetTime().
