On Thu, Feb 25, 2016 at 6:16 PM David Benjamin <david...@google.com> wrote:

> From looking at valgrind, this pattern seems to give good coverage. I
> used valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes and
> then kcachegrind to inspect the output. (kcachegrind is a bit heavy for
> this. I'm hoping I can find or write a better annotator here. Something
> which looks like, say, LCOV would be ideal.)
>

For anyone else who wants to try this sort of thing, passing -g to the
assembler (so -Wa,-g) will make callgrind_annotate emit this in a useful
form without needing kcachegrind. Thanks to Steven Valdez for pointing this
out.

David

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4346
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to