Function frequency

From Rosetta Code
Revision as of 07:34, 2 November 2011 by rosettacode>Abu (Created draft task)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function frequency is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

Display - for a program or runtime environment (whatever suites the style of your language) - the top ten most frequently occurring functions.

This is a static analysis: The question is not how often each function is actually executed at runtime, but how often it is used by the programmer.