|
|
#include <time.h>#include <IceUtil/Time.h>
Include dependency graph for RtTiming.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::rt_timing |
| namespace | armarx::rt_timing::constants |
Macros | |
| #define | RT_TIMING_CEND(name, thresholdMs) |
| Prints duration if it took longer than thresholdMs. | |
| #define | RT_TIMING_CEND_COMMENT(name, comment, thresholdMs) |
| Prints duration with comment in front of it if it took longer than threshold. | |
| #define | RT_TIMING_END(name) |
| Prints duration. | |
| #define | RT_TIMING_END_COMMENT(name, comment) |
| Prints duration with comment in front of it, yet only once per second. | |
| #define | RT_TIMING_START(name) |
Functions | |
| IceUtil::Time | rtNow () |
Variables | |
| constexpr const std::int64_t | seconds2MicroSeconds = 1e6 |
| #define RT_TIMING_START | ( | name | ) |
Definition at line 50 of file RtTiming.h.