summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/Performance_Test.h
blob: 1b3dd16f1af4d015de3fb9a5b88465741abd160e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- C++ -*-
// $Id$

#if !defined (ACE_PERFORMANCE_TEST_H)
#defined (ACE_PERFORMANCE_TEST_H)

#include "ace/Service_Repository.h"
#include "ace/Synch.h"
#include "Options.h"
#include "Benchmark_Base.h"

class ACE_Svc_Export Performance_Test : public Benchmark_Method_Base
{
public:
  Performance_Test (void);
  int init (int argc, char **argv);

private:
  int n_lwps_;
  int orig_n_lwps_;
};

#endif /* ACE_PERFORMANCE_TEST_H */