Jeremy Morse via llvm-dev
2019-Nov-20 10:12 UTC
[llvm-dev] LNT debuginfo-statistics not running?
Hi llvm-dev@ LNT produces statistics and graphs (such as [0]) of debuginfo metrics, such as number of source variables with locations. It looks like these haven't run [1] since the move from svn to git -- are there any plans to get these running again? I find it highly useful to identify what commits have affected variable locations and how significant an affect. [0] http://lnt.llvm.org/db_default/v4/nts/graph?plot.0=1357.1607042.4 [1] http://lnt.llvm.org/db_default/v4/nts/machine/1357 -- Thanks, Jeremy
Djordje Todorovic via llvm-dev
2019-Nov-20 11:18 UTC
[llvm-dev] LNT debuginfo-statistics not running?
Hi Jeremy, I think as well that the LNT debuginfo-statistics is very useful, and I will be happy if there is a plan for getting this running again. In addition, I feel like mentioning that using the llvm-locstats (https://llvm.org/docs/CommandGuide/llvm-locstats.html) helps me (during the developing phase) in identifying if a change has significant impact on debug location coverage. Thanks, Djordje On 20.11.19. 11:12, Jeremy Morse via llvm-dev wrote:> Hi llvm-dev@ > > LNT produces statistics and graphs (such as [0]) of debuginfo metrics, > such as number of source variables with locations. It looks like these > haven't run [1] since the move from svn to git -- are there any plans > to get these running again? I find it highly useful to identify what > commits have affected variable locations and how significant an > affect. > > [0] http://lnt.llvm.org/db_default/v4/nts/graph?plot.0=1357.1607042.4 > [1] http://lnt.llvm.org/db_default/v4/nts/machine/1357 > > -- > Thanks, > Jeremy > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
David Blaikie via llvm-dev
2019-Nov-20 17:46 UTC
[llvm-dev] LNT debuginfo-statistics not running?
+usual debug info folks (but I think in this case it's specifically Adrian/apple folks who might have some ownership here) On Wed, Nov 20, 2019 at 2:13 AM Jeremy Morse via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi llvm-dev@ > > LNT produces statistics and graphs (such as [0]) of debuginfo metrics, > such as number of source variables with locations. It looks like these > haven't run [1] since the move from svn to git -- are there any plans > to get these running again? I find it highly useful to identify what > commits have affected variable locations and how significant an > affect. > > [0] http://lnt.llvm.org/db_default/v4/nts/graph?plot.0=1357.1607042.4 > [1] http://lnt.llvm.org/db_default/v4/nts/machine/1357 > > -- > Thanks, > Jeremy > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191120/15ef404c/attachment-0001.html>
Adrian Prantl via llvm-dev
2019-Nov-20 18:20 UTC
[llvm-dev] LNT debuginfo-statistics not running?
The debug info statistics bot is triggered by this job: http://green.lab.llvm.org/green/job/clang-stage2-Rthinlto/ which unfortunately hasn't been green in a very long time (>1mo). Alex/Azhar, do you know what's blocking that job? -- adrian> On Nov 20, 2019, at 9:46 AM, David Blaikie <dblaikie at gmail.com> wrote: > > +usual debug info folks (but I think in this case it's specifically Adrian/apple folks who might have some ownership here) > > On Wed, Nov 20, 2019 at 2:13 AM Jeremy Morse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi llvm-dev@ > > LNT produces statistics and graphs (such as [0]) of debuginfo metrics, > such as number of source variables with locations. It looks like these > haven't run [1] since the move from svn to git -- are there any plans > to get these running again? I find it highly useful to identify what > commits have affected variable locations and how significant an > affect. > > [0] http://lnt.llvm.org/db_default/v4/nts/graph?plot.0=1357.1607042.4 > [1] http://lnt.llvm.org/db_default/v4/nts/machine/1357 > > -- > Thanks, > Jeremy > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Possibly Parallel Threads
- LNT debuginfo-statistics not running?
- [LNT] new server instance http://lnt.llvm.org seems unstable
- [LLVMdev] LNT somewhere hosted and used?
- [LNT] new server instance http://lnt.llvm.org seems unstable
- [LLVMdev] Why is the default LNT aggregation function min instead of mean