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: Sat, 18 Jul 2020 16:45:11 +0530

Hi Werner,
As suggested by you I have used `setvbuf()` function in `FT_Message()` function
for printing logs on stderr in Full buffering mode when FT_DEBUG_LEVEL_TRACE macro
is enabled.
For FT2_DEBUG=any:7 and command:
main.exe arial.ttf qwertyuiopasdfghjklzxcvbnm 
I have got the following results:
FT_LOGGING: 8 sec
FT_DEBUG_LEVEL_TRACE: 9 sec (stderr logs redirected to a file)

I have also updated the GitHub repo containing this example @ here

Please provide feedback...

Thanks,
Priyesh


reply via email to

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