~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to ftesting.zcml

  • Committer: Guilherme Salgado
  • Date: 2008-01-17 20:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 5578.
  • Revision ID: guilherme.salgado@canonical.com-20080117201129-sobtzx86tawhmfno
Change LaunchpadAccessLogger to log number of sqlstatements, ticks and the request duration.  Also monkey patch HTTPCaller.__call__ when running pagetests to log each request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    <include file="securitypolicy.zcml" />
25
25
 
 
26
    <include file="summarizerequests.zcml" />
26
27
</configure>