summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-22 19:30:37 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-22 19:30:37 +0000
commit26d0c592408bf391eb69eb876ccc686931593269 (patch)
treebb80e8e767ceb19543ab842b418728156d6a6837 /performance-tests
parentaf574a683a1bc16e8e19783427a1256a2e5dd73c (diff)
downloadATCD-26d0c592408bf391eb69eb876ccc686931593269.tar.gz
ChangeLogTag:Fri Sep 22 12:27:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.i5
-rw-r--r--performance-tests/TCP/tcp_test.cpp2
-rw-r--r--performance-tests/UDP/udp_test.cpp1
3 files changed, 8 insertions, 0 deletions
diff --git a/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.i b/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.i
index 961c3b04454..2ce171075bf 100644
--- a/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.i
+++ b/performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.i
@@ -5,6 +5,11 @@
#include "ace/Get_Opt.h"
+// Since this is only included in the .h file, these should be
+// remain inline, not ACE_INLINE.
+// FUZZ: disable check_for_inline
+
+
inline int
Performance_Test_Options::do_print_summary (void)
{
diff --git a/performance-tests/TCP/tcp_test.cpp b/performance-tests/TCP/tcp_test.cpp
index a52483bd681..03c1bb012f0 100644
--- a/performance-tests/TCP/tcp_test.cpp
+++ b/performance-tests/TCP/tcp_test.cpp
@@ -30,6 +30,8 @@
#include "ace/Stats.h"
#include "ace/Thread_Manager.h"
#include "ace/Sched_Params.h"
+
+// FUZZ: disable check_for_math_include
#include <math.h>
ACE_RCSID(TCP, tcp_test, "$Id$")
diff --git a/performance-tests/UDP/udp_test.cpp b/performance-tests/UDP/udp_test.cpp
index 321f17be572..145e904bf81 100644
--- a/performance-tests/UDP/udp_test.cpp
+++ b/performance-tests/UDP/udp_test.cpp
@@ -23,6 +23,7 @@
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
#include "ace/Log_Msg.h"
+// FUZZ: disable check_for_math_include
#include <math.h>
ACE_RCSID(UDP, udp_test, "$Id$")