Go to the source code of this file.
For VRF specific timers, these are the current section timers and the strings that describe that the section times are for. The identifier is sent over the network. Use the DtProfiler to turn the number into a string.
| const int SIMULATION_FRAME_RATE = -1 |
| const int SIMULATION_FRAME = 1 |
The time it takes to tick the DtCgf (running the DtCgf tick() method)
| const int BEGIN_FRAME = 2 |
The time it takes to call beginFrame step.
| const int ADVANCE_FRAME = 3 |
The time it takes to advance the frame of the DtCgf in the advanceFrame section minus the time it takes to advance the network frame.
| const int OBJECT_TICK = 4 |
The time it takes to tick the local object manager.
| const int APPLICATION_TICK = 5 |
The time it takes to tick the cgf and to sleep until the next cgf tick. This is recorded in vrfApp.cxx.
| const int NETWORK_TICK = 6 |
The time it takes to advance the frame of the network thread, which includes publishing of local objects and processing remote objects.