On Wed, Jun 27, 2018 at 01:24:27PM +1000, Nicholas Nethercote wrote:
> Thanks for the tip. I've updated the last part of the script accordingly:
> 
> # Count number of bytes in the xptdata.o file.
> cd o64
> echo -n "xptdata.o bytes: "
> wc --bytes xpcom/reflect/xptinfo/xptdata.o
> cd ..
> 
> The current measurements are now:
> 
> Tue, Jun 26, 2018: m-i 423583:4a20ed6e2fee
> .idl files: 905
> .idl lines: 97278 total
> xptdata.o bytes: 1139160

That includes debug info, though. You may want to look at the output of
`size xptdata.o`, and take the decimal sum in the fourth column.

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to