Re: [Boost-users] multi_array_ref timing issue
Can you give me some tests? I can run them and check. Also, you can profile your object code and use kcachegrind to check which really is the bottleneck (i.e., are you passing multi_array's by value?)
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Grant Goodyear Sent: Tuesday, August 02, 2005 9:54 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] multi_array_ref timing issue
Just as an aside, I get nearly-identical results with the boost-1.33.0_rc1 release candidate. -- Grant Goodyear web: http://www.grantgoodyear.org e-mail: grant@grantgoodyear.org _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Sohail Somani wrote: [Tue Aug 02 2005, 12:01:43PM CDT]
Can you give me some tests? I can run them and check.
My previous e-mail (Message-ID: <20050801203959.GQ22950@bmb24.uth.tmc.edu>) has two self-contained programs: one that uses multi_array_ref, and one that does not. That's what I've been using for my tests.
Also, you can profile your object code and use kcachegrind to check which really is the bottleneck (i.e., are you passing multi_array's by value?)
Unfortunately, no, as I'm running on amd64 machines, which valgrind does not yet support. Thanks! -Grant Goodyear- -- Grant Goodyear web: http://www.grantgoodyear.org e-mail: grant@grantgoodyear.org
participants (2)
-
Grant Goodyear
-
Sohail Somani