Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A Python programming environment providing memory sizing, profiling and analysis, and a specification language that can formally specify aspects of Python programs and generate tests and documentation from a common source.

0
 
  0 reviews  |  1 user  |  43,556 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

objgraph is a module that lets you visually explore Python object graphs.

0
 
  0 reviews  |  1 user  |  675 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

OKTECH ProfilerOKTECH Profiler is a low-impact, sampling and instrumentation profiler for Java. It doesn't require constant connection from a profiler console, as it dumps the profiled information in a binary file. This file might be processed any time later on; report can be generated from the ... [More] overall information. It can be executed in a local JVM or it can connect to a remote JMX server, allowing to profile any kind of application, e.g.: Benchmarking unit tests during the build process Production application performance analysis in application servers Custom profiling setup for desktop, client-server or any, JMX-enabled Java application The overhead of the profiler can be very low (and it can be tuned further if required, e.g. reducing the sampling frequency), but to improve accuracy it can be used in an instrumentation mode also, with a slightly higher overhead. Start with the following page: Quick Start Guide Features Release notes (1.1 is out - 2009-10-02) Downloads Documentation License information Support (community and commercial) Donate OKTECH Profiler is the product of OKTECH-Info Kft. [Less]

0
 
  0 reviews  |  0 users  |  2,766 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 
Compare

A simple and quick tool for fast memory profiling.

0
 
  0 reviews  |  0 users  |  474 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Meliae is a library meant to help people understand how their memory is being used in Python. This project is similar to heapy (in the 'guppy' project), in its attempt to understand how memory has been allocated. Currently, its main difference is that it splits the task of computing ... [More] summary statistics, etc of memory consumption from the actual scanning of memory consumption. It does this, because I often want to figure out what is going on in my process, while my process is consuming huge amounts of memory (1GB, etc). It also allows dramatically simplifying the scanner, as I don't allocate python objects while trying to analyze python object memory consumption. It will likely grow to include a GUI for browsing the reference graph. For now it is mostly used in the python interpreter. The name is simply a fun word (means Ash-wood Nymph). [Less]

0
 
  0 reviews  |  0 users  |  3,974 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

PySizer is a memory usage profiler for Python code.

0
 
  0 reviews  |  0 users  |  8,853 lines of code  |  0 current contributors  |  Analyzed 5 months ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.