chore: raise default profiler.threshold to 100ms

This commit is contained in:
Sebastian Ullrich 2021-07-28 13:35:23 +02:00
parent 88492e38a7
commit 2e8075b015

View file

@ -12,7 +12,7 @@ Author: Gabriel Ebner
#endif
#ifndef LEAN_DEFAULT_PROFILER_THRESHOLD
#define LEAN_DEFAULT_PROFILER_THRESHOLD 0
#define LEAN_DEFAULT_PROFILER_THRESHOLD 100
#endif
namespace lean {