Function frequency: Difference between revisions

Line 1,975:
=={{header|Smalltalk}}==
{{works with|Smalltalk/X}}
This parses all classes of all loaded packages/libraries (takes a few seconds); the results below are printed in scripting mode, where only a small part of the system is actually preloaded. From the code, it should be obvious how to restrict the search to packages, libraries, classes or individual methods.
 
<lang smalltalk>bagOfCalls := Bag new.
Anonymous user