Without Admin module Devel outputs statistics after tag. With Admin toolbar turned on, the information just missed and not outputted into appropriate Devel tab. See the screenshot.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

OnkelTem’s picture

Attaching a patch which fixes the issue partially.

Devel had changed output of the stats so that for example 'dev-memory-usage' DIV is now called dev-memory-usages - this is fixed in includes/admin.devel.inc
Also the counters had been moved a DIV deeper so that includes/admin.devel.js stopped finding them. Fixed too.

Unfort. dev-timer is not inside any named DIV so I'd prefer to have this fixed right in Devel.

OnkelTem’s picture

Status: Active » Needs review
OnkelTem’s picture

Updated patch with support of devel timer and devel xhprof link.

This requires new markup of devel timer & xhprof link output. Patch is here: http://drupal.org/node/1106954#comment-4270192

OnkelTem’s picture

FileSize
24.05 KB

new look )

lpalgarvio’s picture

+1

fuzzy76’s picture

This is broken in D6 as well :(