Am Donnerstag, 10. August 2006 17:21 schrieb Manoj Rajagopalan: > In KDevelop, is there someway of generating a view showing the chain > of function calls starting with some particular function? You can use valgrind/KCachegrind to make a execution profile, which will generate, among other things, a call profile for each function.