Replies: 3 comments 3 replies
-
Fwiw I like vtune for profiling. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Then set up paths:
On Ubuntu 22, I ran apt-get install klayout, but it crashes...
Also, I don't think the debug build worked, I don't get line numbers:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It looks like boost backtrrace doesn't show line numbers by default. Perhaps we could set BOOST_STACKTRACE_USE_BACKTRACE but we would need to add libbacktrace as a dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to do a local build with ./build_openroad.sh to run perf.
For this I'd like to have optimized code with debug information (line numbers).
Obviously line numbers with debug information isn't particularly precise, but then again, if I compile without debug information and line numbers the performance information is inaccurate.
Beta Was this translation helpful? Give feedback.
All reactions