This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Count counterpart of TREE_USED?


On Tue, Dec 11, 2001 at 12:37:52AM +0100, degger@fhm.edu wrote:
> TREE_USED can be used to determine whether a decl or stmt was used.
> What I need is to figure out how often; I want to find out how rarely
> a static function will be called within the same source ...

There is no existing metric for this.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]