-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow frame
functions
#193
Comments
What flag do you use for compiling your application? Are you using SSD? What operating system do you use? |
Thank you @apolukhin for such a quick response! |
@HazyMrf 35mb does seem to be big enough to drastically slow down the My guesses are:
|
Nope, any of the things you suggested didn't help :( Well I'll continue to use |
Hello! I use boost stacktrace library and
frame
functions likename()
are taking too much time (like +-10seconds) probably because of the large binary (about 35MB). Is there any way I can speed up these functions?SetUp
Compiler: clang-18
Flags: -DBOOST_STACKTRACE_USE_BACKTRACE -DBOOST_STACKTRACE_LINK
The text was updated successfully, but these errors were encountered: