[Bug gprofng/30942] [display html] Improve the performance

2024-01-17 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30942

Ruud van der Pas  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Ruud van der Pas  ---
I identified an opportunity to improve the performance in the part that
generates the caller-callee information. This has a noticeable positive impact.
Especially on applications with a larger number of functions.

The fix is in binutils 2.42.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30942] [display html] Improve the performance

2024-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30942

--- Comment #3 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cc76856b8f4e6e71f86375b16378406712352bbd

commit cc76856b8f4e6e71f86375b16378406712352bbd
Author: Vladimir Mezentsev 
Date:   Wed Jan 10 16:44:32 2024 -0800

gprofng: fix 3 bugzillas against gp-display-html

Fix two cases where gp-display-html terminates prematurely because the
input format is not recognized.  This problem occurs in the function
overview and caller-callee parts of the code.
The fix consists of new regular expressions and a different approach
in handling the input from gp-display-text.
Also fix a performance problem in the caller-callee part that has a
noticeable impact on the performance for large applications.

gprofng/ChangeLog
2024-01-10  Ruud van der Pas  

PR gprofng/30438
PR gprofng/30439
PR gprofng/30942
* gp-display-html/gp-display-html.in: fixes the issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30942] [display html] Improve the performance

2023-10-05 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30942

Ruud van der Pas  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #2 from Ruud van der Pas  ---
Apologies. The reference in the first comment should be to #30898.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30942] [display html] Improve the performance

2023-10-05 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30942

Ruud van der Pas  changed:

   What|Removed |Added

   See Also||https://sourceware.org/bugz
   ||illa/show_bug.cgi?id=30898
   Assignee|vladimir.mezentsev at oracle dot c |ruud.vanderpas at 
oracle dot com
   |om  |
   Priority|P2  |P3
 CC||ruud.vanderpas at oracle dot 
com

--- Comment #1 from Ruud van der Pas  ---
Since "display html" is written in Perl, the code may not be as efficient as
"display text", which has been written in C/C++ and heavily optimized by the
compiler.

This does not mean there may not be room for source level performance
improvement(s). This case needs to be investigated and where possible,
improved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.