In most cases the major overhead comes from the shadow memory load.
However, if you application is very malloc-intensive, then asan's
malloc may also contribute to slowdown significantly.
I'd recommend using perf
(
https://perf.wiki.kernel.org/index.php/Main_Page) or oprofile to get
a profile:
if you see too many functions with "asan" at the top of profile, it
means that the run-time library is a hot spot.
--kcc
> --
> You received this message because you are subscribed to the Google Groups "address-sanitizer" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
address-saniti...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>