Download List

Projeto Descrição

qPyProfiler is a GUI (graphical user interface) to the Python profiler. It allows the user to profile a Python application and browse the profiling results in a convenient way.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-18 22:57
0.3

Integração com QScintilla para navegar na fonte com cor de realce. Colorized código-fonte de acordo com o tempo gasto durante a execução (requer Scintilla). Um atalho menu foi adicionado. Um módulo específico foi criado para todas as manipulações pStat Python.
Tags: Major feature enhancements
Integration with QScintilla for source browsing with color highlighting. Colorized source code according to time spent during execution (requires Scintilla). A menu shortcut has been added. A separate module has been created for all Python pStat handling.

2007-07-10 22:27
0.2

Usos / usr / bin / bin / env codificado em vez de / usr / python. Corretamente redimensiona colunas de acordo com o tamanho do cabeçalho. Avisa o utilizador se o código fonte não pode ser encontrado no explorador de origem. Muda para a lista de origem quando se clica duas vezes em um item na tabela de funções. A cor tem sido adicionado à tabela de funções.
Tags: Minor feature enhancements
Uses /usr/bin/env instead of hardcoded /usr/bin/python. Correctly resizes columns according to header size. Warns the user if the source code cannot be found in the source explorer. Switches to the source list when double clicking on an item in the function table. Color has been added to the function table.

2007-06-18 01:19
0.1

Estatísticas de Limpeza de perfis quando uma nova sessão ou carregar uma sessão salva anteriormente perfis. A cor tem sido adicionado ao tempo total de tempo acumulado e para a árvore de chamada. Esta versão usar cores mais (5 contra 3) para destacar a elevada taxa. Documentação da API e um changelog foram adicionados.
Clean stats when profiling a new session or loading a previously saved profiling session. Color has been added to total time and cumulative time for the call tree. This release use more colors (5 versus 3) to highlight the high rate. API documentation and a changelog have been added.

2007-06-10 16:11
2007-06-10

As funções básicas estão disponíveis para um perfil de script, salvar uma sessão de perfil, procurar uma chamada de função ou chamada de árvore, procure o código, e filtrar palavras-chave.
Tags: Initial freshmeat announcement
Basic functions are available to profile a script, save a profile session, browse a function call or call tree, browse code, and filter on keywords.

Project Resources