|
From: Nicholas N. <n.n...@gm...> - 2010-06-22 03:29:37
|
Hi, I'm in the middle of reworking Cachegrind's cg_annotate script so that it can be used with a new profile differencing script I've written. cg_annotate currently has a --threshold option which doesn't work well when differencing profiles. I want to change it to something else that is similar but has slightly different behaviour. I don't want to support both --threshold and the new option because their different behaviours will make choosing default option values difficult. So my question is: does anybody actually use the --threshold argument? I'm a reasonably heavy user of Cachegrind and I almost never do, so I suspect its use is rare and replacing it with a different option won't cause many problems. But I'd like to hear if you think otherwise. Thanks. Nick |