<div dir="ltr">Hi Felix,<div><br></div><div>This is not really expected behaviour.</div><div>Are you getting "0" for all instructions, or only for some where you didn't expect it?</div><div>Are you sure the function you show in the screenshot actually still gets called in the transformed program?</div><div><br></div><div>FWIW and orthogonally - I'd recommend using the View: "Control-Flow Graph (X86-64)". That way, you'll get counters aggregated per basic block, which removes a bit some of the confusion that can result when perf associates events with an instruction a number of instructions removed from the instruction causing the event you were measuring.</div><div><br></div><div>Hoping this helps a little,</div><div><br></div><div>Kristof</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op vr 9 aug. 2019 om 01:16 schreef Felix Berlakovich via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US">
<div class="gmail-m_2235821823348046686WordSection1">
<p class="MsoNormal"><span lang="DE-AT">Hi!<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="DE-AT"><u></u> <u></u></span></p>
<p class="MsoNormal">I have implemented a security feature in LLVM and now I want to evaluate the performance impact by comparing the perf profile of the originally compiled program and the modified program. For that I have run a benchmark with lnt runtest
 test-suite and –use-perf=all. I can compare the recorded counters in the lnt runserver webinterface perfectly fine with the side by side comparison. However, as soon as I switch from “Relative (%)” to “Absolute numbers”, one side of the comparison only displays
 0 anymore. Is this normal behavior or is something with my lnt server / perf profiles broken?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">You can see a screenshot of how it looks like here: <a href="https://ibb.co/dDnZp5T" target="_blank">
https://ibb.co/dDnZp5T</a><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Regards,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Felix<u></u><u></u></p>
</div>
</div>

_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>