summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
index 534270e81bd..030ff89c526 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
@@ -178,10 +178,6 @@ public:
// this is the granularity of the timing of the CORBA requests. A
// value of 5 represents that we will take time every 5 requests,
// instead of the default of every request (1).
-
- u_int context_switch_;
- // stores the total number of context switches incurred by the
- // program while making CORBA requests
};
class Client : public ACE_Task<ACE_SYNCH>
@@ -216,8 +212,7 @@ private:
void put_latency (double *jitter,
double latency,
- u_int thread_id,
- u_int context_switch);
+ u_int thread_id);
// Records the latencies in the <Task_State>.
int parse_args (int, char **);