summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-25 21:23:59 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-25 21:23:59 +0000
commit5f32cd23289fa3a5c10ac5fe0a1380ed147a6963 (patch)
treeec630219fcd4a88cf4565bbda0dd418c66dbdf46 /TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
parentc5e154bca9c6aabe14856f8b4208ed6f882afd94 (diff)
downloadATCD-5f32cd23289fa3a5c10ac5fe0a1380ed147a6963.tar.gz
ChangeLogTag:Sat Apr 25 16:14:02 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
index 92fa742f6a6..593c1a2d237 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
+++ b/TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h
@@ -17,6 +17,7 @@
#include "ace/SString.h"
#include "ace/Task.h"
+#include "ace/High_Res_Timer.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
#include "orbsvcs/RtecEventCommS.h"
#include "orbsvcs/Channel_Clients_T.h"
@@ -193,6 +194,10 @@ private:
// The priority at which the scavenger thread runs, must be lower
// that all the other threads.
+ ACE_High_Res_Timer push_timer_;
+ // Measure the time spent in pushes...
+
+ int scheduling_class_;
};
#endif /* EC_MULTIPLE_H */