PHP Quick Profiler

Wrapper functions for http://particletree.com/features/php-quick-profiler/

Detailed performance logging (from the Performance module) is now being used to get debugging data and must be enabled for PQP to work.

This might have its place in the Devel module, but since it provides its own interface, it's own project should be more appropriate for now.

Installation

Install and enable as usual. You'll get an "Enable PQP" link in the Devel links to quickly toggle PQP on and off. You need to enable query logging to see and interact with queries.

Usage

All PQP functions are wrapped in the pqp($logs) function.

log

pqp($variable);

logMemory

pqm($variable);

or
pqm(array('Your tag name', $variable));

logSpeed

pqs('Your tag name');

logError

pqe($e);

or
pqe(array('Your error tag', $e));

Requirements

  • Devel (w/ detailed performance logging enabled and optionally query logging also)

Supported browsers

The Development Menu is used for the Enable/Disable PQP quick toggle menu item as well as dpm() for extra error handling.

Project Information

  • Module categories: Developer
  • Maintenance status: Unknown
  • Development status: Unknown
  • Reported installs: 5 sites currently report using this module. View usage statistics.
  • Last modified: March 17, 2010

Downloads

Version Downloads Date Links
7.x-1.x-dev tar.gz (19.46 KB) | zip (21.73 KB) 2011-Feb-25 Notes
6.x-1.x-dev tar.gz (19.36 KB) | zip (21.63 KB) 2011-Feb-25 Notes

Maintainers for PHP Quick Profiler

  • caktux - 56 commits
    last: 2 years ago, first: 2 years ago

Issues for PHP Quick Profiler

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 13 May 09