Hi John, thanks for your reply.
On 2011-01-03 16:04, John Reiser wrote: > Turn that app into a shell script which detects valgrind, then invokes > the original compiled binary app (placed somewhere else in the filesystem) > without valgrind. This is not quite what I need. The problem is that this particular function is often taking up 90% or more of the runtime when run under Valgrind. So running that function at native or near-native speed would really help in testing. Basically what would be needed is that within this function any allocation gets reported to Valgrind so later it won't result in undefined access reports, but that this function otherwise runs on the CPU instead of inside VEX. Does such a facility exist? // Oliver
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
