emilk / loguru

A lightweight C++ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localtime_r has a different performance on iOS ?

xunbing opened this issue · comments

commented

My project is a custom keyboard on iOS. When I open the "full access " in setting, I found that loguru::~streamLogger is faster than close "full access". By instrument profile tool, localtime_r has a different unfold between close and open "full access".
I have no idea about this diffenrence.
Any reply will be appreciate!