Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53949 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-15 19:07:55


Author: cschladetsch
Date: 2009-06-15 19:07:54 EDT (Mon, 15 Jun 2009)
New Revision: 53949
URL: http://svn.boost.org/trac/boost/changeset/53949

Log:
renamed test_map_list_realtime to test_map_list

Text files modified:
   sandbox/monotonic/libs/monotonic/test/main.cpp | 2 +-
   sandbox/monotonic/libs/monotonic/test/test_map_list.cpp | 8 ++------
   2 files changed, 3 insertions(+), 7 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/test/main.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/main.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/main.cpp 2009-06-15 19:07:54 EDT (Mon, 15 Jun 2009)
@@ -422,7 +422,7 @@
 
 int main()
 {
- test_map_list_realtime();
+ test_map_list();
         test_dupe();
         //graph_bubble_sort();
         //test_bubble_sort();

Modified: sandbox/monotonic/libs/monotonic/test/test_map_list.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/test_map_list.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/test_map_list.cpp 2009-06-15 19:07:54 EDT (Mon, 15 Jun 2009)
@@ -1,5 +1,4 @@
-// part of the test_map_list_realtime test.
-// this is to be like running part of a simulation.
+
 template <class Map>
 void test_map_list_impl(size_t count, Map &map)
 {
@@ -20,10 +19,7 @@
         }
 }
 
-// the purpose of this test is to simulate a `realtime system`
-// which does an amount of work each frame, then does a similar
-// amount of work the next frame.
-void test_map_list_realtime()
+void test_map_list()
 {
         monotonic::storage<1000000> storage;// = new monotonic::storage<10000000>;
         const size_t outter_loops = 10*1000;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk