summaryrefslogtreecommitdiff
path: root/TAO/local/bin/Event_Service/RT_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/local/bin/Event_Service/RT_Task.cpp')
-rw-r--r--TAO/local/bin/Event_Service/RT_Task.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/local/bin/Event_Service/RT_Task.cpp b/TAO/local/bin/Event_Service/RT_Task.cpp
index 79a7adeb47d..6c3c0dacbf6 100644
--- a/TAO/local/bin/Event_Service/RT_Task.cpp
+++ b/TAO/local/bin/Event_Service/RT_Task.cpp
@@ -107,9 +107,13 @@ ACE_RT_Task::svc_one (void)
int result;
u_long command_action = ACE_RT_Task_Command::RELEASE;
+ ACE_TIMEPROBE (" RT_Task - start execute");
+
// @@ Put exception handling around this!
result = command->execute (command_action);
+ ACE_TIMEPROBE (" RT_Task - end execute");
+
switch (command_action)
{
case ACE_RT_Task_Command::RELEASE: