[Kcachegrind-callgrind] customizing kcachegrind for limited GNU make profile data
Status: Beta
Brought to you by:
weidendo
From: Rocky B. <ro...@gn...> - 2015-05-31 14:19:46
|
I've recently discovered kcachegrind and it is awesome. I am using it to show profiling and callgraph data for GNU make runs in a fork of GNU make that adds profiling <http://bashdb.sourceforge.net/remake/> Of course, in the context of GNU Make profile data, there is an analogy going on (e.g. stack of target dependencies being made is approximately a call stack). Not all of the features you would find in profiling a machine executable are relevant. Specifically, there are no machine instructions so the "Machine Code" tab is useless. And "grouping" by ELF object or Class is also not meaningful. Is there a way to tell kcachegrind to hide or disable such options? Thanks. |