freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Logging Library-GSOC


From: Priyesh kumar
Subject: Re: Logging Library-GSOC
Date: Tue, 21 Jul 2020 13:06:41 +0530

Hi Werner,

> What do your GNU/Linux tests show?


So, I was analyzing time taken by the example program @ here
and this time for comparison purpose I have made dlg write logs
to stderr.
I have used FT2_DEBUG=any:7 with:
./test arial.ttf qwertyuiopasdfghjklzxcvbnm
and I have got following results:
FT_LOGGING: 387ms ( here dlg writes logs to stderr )
FT_DEBUG_LEVEL_TRACE: 305 ms ( FreeType writes logs to stderr, no redirection to text file)
Please provide feedback...

I have also updated `builds/freetype.mk` so that in Linux, dlg is built like rest of the 
modules in FreeType.
And I wanted to ask that should I also go ahead add a visual studios project in `src/dlg` 
to build dlg on windows? 
For this, we have to add a Windows command script to copy the files from `submodules/dlg/` to `src/dlg`...

Thanks,
Priyesh


reply via email to

[Prev in Thread] Current Thread [Next in Thread]