The frequency changes per page that you're loading... but to set it up you need to install xdebug and setup the profiling.. http://onwebdevelopment.blogspot.com/2008/06/php-code-performance-profiling-... might be a good starting point for you. .darrel. On Sun, Jun 29, 2008 at 7:39 AM, Marjorie Roswell <mroswell@gmail.com> wrote:
Is that this? http://kcachegrind.sourceforge.net/cgi-bin/show.cgi
I seriously wouldn't have a clue how to get that running.
If it's easy for you, can you release this report? If not, well, 'twas a good idea, anyhow.
Margie
On Sun, Jun 29, 2008 at 7:09 AM, Robert Douglass <rob@robshouse.net> wrote:
XCachGrind makes such reports.
Robert Douglass
Senior Drupal Advisor Acquia robert@acquia.com +1 517 639 0204 (US) +49 228 4097 197 (Germany)
On Jun 29, 2008, at 1:04 PM, Marjorie Roswell wrote:
I'm on a drupal learning curve.
It occurs to me that I'd love to see a report of all the functions used in Drupal by frequency. (Then, I'd tackle the learning curve by starting with what's used most, and moving down the list!)
I imagine starting with something like the api pull from the Module Builder Module (http://drupal.org/project/module_builder) and then somehow scanning the CVS for all the functions, and calculating a frequency.
Seriously, would love to basically tackle this learning curve in a logical way, based on how often something appears in code, ideally in both core and contrib, combned.
I recognize that little-used code functions may still be quite important, but this approach would certainly serve as a good guide.
I don't have the skillset to write this report. Is there anyone for whom producing this function frequency report would be a relative cinch?
Margie