[Openal] Performance testing
Stevens, Peter
Peter.Stevens at GTECH.COM
Tue Jul 29 06:59:20 PDT 2008
Thanks for the quick reply, I may just try that =) For the moment I'm
running my tests with a very stripped down linux setup (a shell and
audio) and monitoring /proc/stat (every 1 seconds) the same way as 'top'
. Any ideas on the approximate cost or extra expenses incurred for
upgrading to multi-channel audio ?
-----Original Message-----
From: openal-bounces at opensource.creative.com
[mailto:openal-bounces at opensource.creative.com] On Behalf Of Chris
Robinson
Sent: Tuesday, July 29, 2008 10:21 AM
To: openal at opensource.creative.com
Subject: Re: [Openal] Performance testing
I think the best way to compare performance is to use a profiler.
Something
like oprofile can work without any special setting up for the app
(though it
requires some setting up for the system/kernel). Another is gprof.. that
requires building lib as static and compiling+linking the lib and app
with -pg, but doesn't require any system/kernel changes. Note that
OpenAL
Soft doesn't provide a static lib normally, but you can edit
CMakeLists.txt
to use STATIC instead of SHARED for the ADD_LIBRARY call.
_______________________________________________
Openal mailing list
Openal at opensource.creative.com
http://opensource.creative.com/mailman/listinfo/openal
"CONFIDENTIALITY NOTICE: The contents of this email are confidential and for the exclusive use of the intended recipient. If you receive this email in error, please delete it from your system immediately and notify us either by email, telephone or fax. You should not copy, forward, or otherwise disclose the content of the email."
More information about the Openal
mailing list