开发者

Kcachegrind override list item limit of 499

开发者 https://www.devze.com 2023-02-24 04:08 出处:网络
Currently, I can\'t g开发者_StackOverflow中文版et my kcachegrind instance to display more than 499 list items.This leaves me with an incomplete Call Graph.

Currently, I can't g开发者_StackOverflow中文版et my kcachegrind instance to display more than 499 list items. This leaves me with an incomplete Call Graph.

Is there a way to not skip functions?


Just figured it out...

On Ubuntu :-

Edit this file : ~/.kde/share/config/kcachegrindrc

Change MaxListCount=499 to MaxListCount=2499

or any value you like... make sure your system can support the UI. If the app crashes then reduce that number...

0

精彩评论

暂无评论...
验证码 换一张
取 消