Bug 400234 - keep the parameters of the most costly path
Summary: keep the parameters of the most costly path
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: callgrind (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-24 10:17 UTC by Jaime Torres
Modified: 2018-10-24 10:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaime Torres 2018-10-24 10:17:08 UTC
SUMMARY
Use a short cache list of the parameters used in the most expensive paths (if possible) or the most called paths.

EXPECTED RESULT
To be able to know which parameters cost abnormal long time in some, otherwise, normal time consuming methods.