This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Buildbot
- From: Martin Liška <mliska at suse dot cz>
- To: Paulo Matos <pmatos@linki.tools>, gcc at gcc dot gnu dot org
- Date: Tue, 26 Sep 2017 10:43:09 +0200
- Subject: Re: GCC Buildbot
- Authentication-results: sourceware.org; auth=none
- References: <fe9f8738-9edd-69a9-0161-6f8b24efdaa3@linki.tools> <5a0c4fca-1cc3-a0ef-455f-41d74661651f@suse.cz> <67276493-9091-d091-69a1-9357ddbc70c2@linki.tools> <51ca5600-9611-b79f-4493-86dbe04d83cf@suse.cz> <1fbea8ea-5ea1-f00a-5784-b4d61e366a67@linki.tools>
On 09/25/2017 02:49 PM, Paulo Matos wrote:
> For benchmarks like Qt, blitz (as mentioned in the gcc testing page), we
> can plot the build time of the benchmark and resulting size when
> compiling for size.
>
Please consider using LNT:
http://llvm.org/docs/lnt/
Usage:
http://lnt.llvm.org/
I've been investigating the tools and I know that ARM people use the tool:
https://gcc.gnu.org/wiki/cauldron2017#ARM-perf
Martin