My favorites | Sign in
Project Logo
             
Search
for
Updated Sep 10, 2008 by frasern
Labels: Featured
Profiling  
Information about the profiling branch

Introduction

This page describes the profiling branch for django-logging. This introduces additional functionality to make use of the Python's profiling capabilities.

Installation

The branch can be checked out from:

svn co http://django-logging.googlecode.com/svn/branches/profiling/djangologging/ djangologging

The basic installation instructions are the same as those on the Overview page. The new LOGGING_PROFILER setting must also be provided to enable profiling:

Variable Default Description
LOGGING_PROFILER None To enable profiling, set this to a supported profiler. Currently this can be either hotshot or cProfile.

Todo

Feedback

This branch is effectively a beta pre-release, so I'm keen to get feedback and ideas for what it should do. If you spot any bugs or want to make a suggestion, please use the issue tracker, or contact me directly.

Thanks,

Fraser


Sign in to add a comment
Hosted by Google Code