#include "YACSBasesExport.hxx"#include <vector>#include <string>#include <iostream>#include <ctime>#include <sys/time.h>

Go to the source code of this file.
Classes | |
| struct | acnt | 
| class | counters | 
| class | salome_chrono | 
Macros | |
| #define | START_TIMING gettimeofday(&tv,0);long tt0=tv.tv_usec+tv.tv_sec*1000000; | 
| #define | END_TIMING(NUMBER) | 
| #define | CHRONO(i) | 
| #define | CHRONOSTOP(i) | 
Typedefs | |
| typedef struct acnt | cntStruct | 
Variables | |
| static long | tcount =0 | 
| static long | cumul | 
| static timeval | tv | 
| #define CHRONO | ( | i | ) | 
Definition at line 88 of file chrono.hxx.
Referenced by YACS::HMI::SceneComposedNodeItem::rebuildLinks(), and YACS::HMI::SceneLinkItem::setPath().
| #define CHRONOSTOP | ( | i | ) | 
Definition at line 89 of file chrono.hxx.
Referenced by YACS::HMI::SceneComposedNodeItem::rebuildLinks(), and YACS::HMI::SceneLinkItem::setPath().
| #define END_TIMING | ( | NUMBER | ) | 
| #define START_TIMING gettimeofday(&tv,0);long tt0=tv.tv_usec+tv.tv_sec*1000000; | 
Definition at line 73 of file chrono.hxx.
      
  | 
  static | 
Definition at line 67 of file chrono.hxx.
      
  | 
  static | 
Definition at line 66 of file chrono.hxx.
      
  | 
  static | 
Definition at line 71 of file chrono.hxx.