Skip to content

Commit

Permalink
Update perfparser with important performance optimization
Browse files Browse the repository at this point in the history
We now build a sorted symtab for much faster lookups, yielding
up to 10x performance improvements to before - esp. with large DSOs
with many symbols.

Fixes: #192
  • Loading branch information
milianw committed Jul 1, 2020
1 parent 600b667 commit fc12536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 3rdparty/perfparser.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ecm_add_test(
ecm_add_test(
perfparser/tests/auto/addresscache/tst_addresscache.cpp
perfparser/app/perfelfmap.cpp
perfparser/app/perfdwarfdiecache.cpp
perfparser/app/perfaddresscache.cpp
LINK_LIBRARIES
Qt5::Core
Expand Down

0 comments on commit fc12536

Please sign in to comment.