Working (but incomplete) code is available @
https://github.com/Heiral/fred-staging/tree/logger++
On 24-03-2012 09:26, Marco Schulze wrote:
> I finally got freenet.jar compiled and profiled. First, size-related
> numbers:
>
> Number of lines removed: ~5000
> freenet.jar shrink: ~200k
>
> And profiling data (see below for details):
>
> freenet.support.FileLoggerHook$WriterThread.run: 8,35% (3)
Working (but incomplete) code is available @
https://github.com/Heiral/fred-staging/tree/logger++
___
Devl mailing list
Devl@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
On Mon, Mar 19, 2012 at 6:13 PM, Marco Schulze
wrote:
> May I add a vote to standardise indentation? This mess of spaces with tabs
> really bugs me.
>
Assuming tabs 8 spaces wide the current code yields 9,187 lines with
warnings about being longer than 120 chars.
On 24-03-2012 09:26, Marco Schulze wrote:
I finally got freenet.jar compiled and profiled. First, size-related
numbers:
Number of lines removed: ~5000
freenet.jar shrink: ~200k
And profiling data (see below for details):
freenet.support.FileLoggerHook$WriterThread.run: 8,35% (3)
Oops. Most of
On Mon, Mar 19, 2012 at 6:13 PM, Marco Schulze
wrote:
> May I add a vote to standardise indentation? This mess of spaces with tabs
> really bugs me.
>
Assuming tabs 8 spaces wide the current code yields 9,187 lines with
warnings about being longer than 120 chars.
_