peek

Peek at whats slowing down your Python application
Download

peek Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • David Cramer
  • Publisher web site:
  • http://code.google.com/u/dcramer/

peek Tags


peek Description

peek is a profiling tool which aims to help you track down the core performance problems in your Python application.It does this by installing a trace hook, which looks at every Python call (similar to line_profiler), and records how long that call took.CreditsThe implementation of the tracer and several of the "hacks" required to get things like this in place are heavily inspired by Ned Batchelder's coverage.py project.Product's homepage


peek Related Software