Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62578 - trunk/libs/numeric/ublas/bench5
From: david.bellot_at_[hidden]
Date: 2010-06-08 10:23:51


Author: david.bellot
Date: 2010-06-08 10:23:51 EDT (Tue, 08 Jun 2010)
New Revision: 62578
URL: http://svn.boost.org/trac/boost/changeset/62578

Log:
added Jamfile for bench5

Added:
   trunk/libs/numeric/ublas/bench5/Jamfile.v2 (contents, props changed)

Added: trunk/libs/numeric/ublas/bench5/Jamfile.v2
==============================================================================
--- (empty file)
+++ trunk/libs/numeric/ublas/bench5/Jamfile.v2 2010-06-08 10:23:51 EDT (Tue, 08 Jun 2010)
@@ -0,0 +1,11 @@
+# Copyright (c) 2004-2010 Michael Stevens, David Bellot
+# Use, modification and distribution are subject to the
+# Boost Software License, Version 1.0. (See accompanying file
+# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+# bench5 measures performance of the assignment operator
+
+exe bench5
+ : assignment_bench.cpp
+ : <define>BOOST_UBLAS_USE_INTERVAL
+ ;


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