static void poorMansProfiling_printInnermostFunctions() { MultiSet ms = poorMansProfiling_results(); print("\nInnermost functions top list (" + n(ms.size(), "total sample") + "):\n"); printLines(map(multiSetToMapPopularFirst(multiSetMapKeys(f firstLine, ms)), func(S trace, int count) { "[" + count + "] " + trace })); }