<div dir="ltr">new patch that applies cleanly</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 1:22 PM, Robert Grosse <span dir="ltr"><<a href="mailto:grosse@google.com" target="_blank">grosse@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">When instrumenting functions, it is often desirable to avoid instrumenting small functions for performance reasons. This patch adds an option, -finstrument-functions-size=n which lets you selectively apply function instrumentation to functions with at least n basic blocks.<div>

<br></div><div>It also fixes the tests associated with -finstrument-functions. Previously, the CHECK-NOT assertions passed even when the function in question actually was instrumented due to overly lax string matching.</div>

</div>
</blockquote></div><br></div>