summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-01 16:45:15 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-01 16:45:15 +0000
commit34b2a7cfffc40610f7302bcbcdcda00014d78acf (patch)
treecea0bfac061965d465a76cfcc200961352b55e4c /TAO/performance-tests
parentc879635fe38a08076e303070eba03b05fcc8b1f6 (diff)
downloadATCD-34b2a7cfffc40610f7302bcbcdcda00014d78acf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp6
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
index 0260e5c7234..7f084e0bb38 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
@@ -793,6 +793,8 @@ Cubit_Client::run (int testing_collocation)
timer.elapsed_time (elapsed_time);
this->print_stats ("cube_struct", elapsed_time);
+#if 0 /* ASG - temporarily commented out since <<, >> operators for unions are
+ not supported yet */
// UNION
this->call_count_ = 0;
this->error_count_ = 0;
@@ -802,6 +804,7 @@ Cubit_Client::run (int testing_collocation)
timer.stop ();
timer.elapsed_time (elapsed_time);
this->print_stats ("cube_union_stub call", elapsed_time);
+#endif /* ASG */
// SMALL LONG SEQUENCES
this->call_count_ = 0;
@@ -857,6 +860,8 @@ Cubit_Client::run (int testing_collocation)
timer.elapsed_time (elapsed_time);
this->print_stats ("cube mixin (short/octet/long)", elapsed_time);
+#if 0 /* ASG - temporarily commented out since <<, >> operators for unions are
+ not supported yet */
// RTI
this->call_count_ = 0;
this->error_count_ = 0;
@@ -866,6 +871,7 @@ Cubit_Client::run (int testing_collocation)
timer.stop ();
timer.elapsed_time (elapsed_time);
this->print_stats ("cube_rti_data", elapsed_time);
+#endif /* ASG */
// ONEWAY
this->call_count_ = 0;
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile
index 67a712da0ac..5ef832a3274 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile
@@ -13,6 +13,7 @@ ifndef TAO_ROOT
endif # ! TAO_ROOT
LDLIBS = -lTAO
+#TAO_IDLFLAGS += -Gc
IDL_SRC = cubitC.cpp cubitS.cpp
PROG_SRCS = Cubit_Server.cpp \