-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update perfparser with important performance optimization
This should significantly reduce the time required to analyze perf.data files for applications with large amounts of dwarf debug data. In my local test, perfparser is roughly 5x faster now. Relates-To: #192
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
Submodule perfparser
updated
6 files
+1 −0 | app/CMakeLists.txt | |
+352 −0 | app/perfdwarfdiecache.cpp | |
+130 −0 | app/perfdwarfdiecache.h | |
+42 −0 | app/perfeucompat.h | |
+53 −240 | app/perfsymboltable.cpp | |
+8 −6 | app/perfsymboltable.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters