mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
default format_time performance improvement
This commit is contained in:
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
auto start = system_clock::now();
|
||||
|
||||
const unsigned int howmany = 5000000;
|
||||
const unsigned int howmany = 15000000;
|
||||
for(unsigned int i = 0; i < howmany ; i++)
|
||||
my_logger.info() << "Hello logger " << i;
|
||||
|
||||
|
Reference in New Issue
Block a user