Go to the documentation of this file.
62 #define CHRONO(i) counters::_ctrs[i]._ctrNames = (char *)__FILE__; \
63 counters::_ctrs[i]._ctrLines = __LINE__; \
64 salome_chrono aChrono##i(i);
66 #define CHRONOSTOP(i) aChrono##i.stop();
75 #endif // _CHRONO_HXX_