diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-08-14 14:32:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-08-14 14:32:50 +0000 |
commit | b8244a3f0f8d4ba7b9f8f0386ccf152bfec99050 (patch) | |
tree | 5366f13bb60ece30f68d6f200d39545a81bd64e6 /performance-tests | |
parent | 1a24f3b06ca47a5c22e5627e8b5198553b0295d6 (diff) | |
download | ATCD-b8244a3f0f8d4ba7b9f8f0386ccf152bfec99050.tar.gz |
ChangeLogTag:Fri Aug 11 17:49:36 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/basic_perf.bor | 22 | ||||
-rw-r--r-- | performance-tests/Misc/childbirth_time.bor | 21 | ||||
-rw-r--r-- | performance-tests/Misc/context_switch_time.bor | 21 | ||||
-rw-r--r-- | performance-tests/Misc/makefile.bor | 15 | ||||
-rw-r--r-- | performance-tests/Misc/preempt.bor | 21 | ||||
-rw-r--r-- | performance-tests/Misc/test_mutex.bor | 21 | ||||
-rw-r--r-- | performance-tests/Misc/test_naming.bor | 21 | ||||
-rw-r--r-- | performance-tests/Misc/test_singleton.bor | 21 |
8 files changed, 163 insertions, 0 deletions
diff --git a/performance-tests/Misc/basic_perf.bor b/performance-tests/Misc/basic_perf.bor new file mode 100644 index 00000000000..03a9721467f --- /dev/null +++ b/performance-tests/Misc/basic_perf.bor @@ -0,0 +1,22 @@ + +# +# Makefile for building the basic_perf Misc performance-test +# + +NAME = basic_perf + +OBJFILES = \ + $(OBJDIR)\basic_func.obj \ + $(OBJDIR)\basic_perf.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/childbirth_time.bor b/performance-tests/Misc/childbirth_time.bor new file mode 100644 index 00000000000..7ce1c3256ad --- /dev/null +++ b/performance-tests/Misc/childbirth_time.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the childbirth_time Misc performance-test +# + +NAME = childbirth_time + +OBJFILES = \ + $(OBJDIR)\childbirth_time.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/context_switch_time.bor b/performance-tests/Misc/context_switch_time.bor new file mode 100644 index 00000000000..07f6e5dc730 --- /dev/null +++ b/performance-tests/Misc/context_switch_time.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the context_switch_time Misc performance-test +# + +NAME = context_switch_time + +OBJFILES = \ + $(OBJDIR)\context_switch_time.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/makefile.bor b/performance-tests/Misc/makefile.bor new file mode 100644 index 00000000000..b85099c8914 --- /dev/null +++ b/performance-tests/Misc/makefile.bor @@ -0,0 +1,15 @@ +# +# Makefile for building the Misc performance-tests +# + +MAKEFILES = \ + basic_perf.bor \ + childbirth_time.bor \ + context_switch_time.bor \ + preempt.bor \ + test_mutex.bor \ + test_naming.bor \ + test_singleton.bor + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> + diff --git a/performance-tests/Misc/preempt.bor b/performance-tests/Misc/preempt.bor new file mode 100644 index 00000000000..cab7a2939b5 --- /dev/null +++ b/performance-tests/Misc/preempt.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the preempt Misc performance-test +# + +NAME = preempt + +OBJFILES = \ + $(OBJDIR)\preempt.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/test_mutex.bor b/performance-tests/Misc/test_mutex.bor new file mode 100644 index 00000000000..b85e237882a --- /dev/null +++ b/performance-tests/Misc/test_mutex.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the test_mutex Misc performance-test +# + +NAME = test_mutex + +OBJFILES = \ + $(OBJDIR)\test_mutex.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/test_naming.bor b/performance-tests/Misc/test_naming.bor new file mode 100644 index 00000000000..10df589f692 --- /dev/null +++ b/performance-tests/Misc/test_naming.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the test_naming Misc performance-test +# + +NAME = test_naming + +OBJFILES = \ + $(OBJDIR)\test_naming.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + diff --git a/performance-tests/Misc/test_singleton.bor b/performance-tests/Misc/test_singleton.bor new file mode 100644 index 00000000000..75f8fd98323 --- /dev/null +++ b/performance-tests/Misc/test_singleton.bor @@ -0,0 +1,21 @@ + +# +# Makefile for building the test_singleton Misc performance-test +# + +NAME = test_singleton + +OBJFILES = \ + $(OBJDIR)\test_singleton.obj + +CPPDIR = .;.. + +IDLDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> + +# +# IDL Build rules +# + + |