Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

What's the best way to profile custom PHP code I've written in a Drupal.

I'm at the optimization point of a project I'm working on.

share|improve this question

2 Answers

Some specific modules.

I've been using the first one, very useful.

Then filling Drupal with contents/users is a must, try migrate for that.

share|improve this answer

Looks like using Devel's integration with xhprof is the easiest way.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.