| Projects on Google Code | Results 1 - 10 of 45 |
Virtual Application Profiler is an extensible framework for rapid prototyping of application behavior analysis and hardware simulations.
Purpose
The script filters the MySQL Slow Query Log to show queries which impacted performance most and is intended to be used by DB admins and application developers.
The log file is analyzed and processed as a stream, line after line, so there is no need to load the whole log file into memor...
Last year when we had a memory eating web app, we started a tool to basically watch the memory and the CPU, we called it xray. You can see a couple of screenshots in those slides here http://www.slideshare.net/nonken/dojo-and-adobe-air-presentation (after slide 17). We hadn’t released anything yet, ...
_Profile your application to find bottlenecks in your code, so
you can optimize to get more speed! Or make a full function trace!_
*Profile:*
This profiler (Windows NT, 2000, XP and x86) can profile
any function (dll, c++, delphi, ?) without changing the
original code or even the need of t...
profiler,
profiling,
profile,
assembly,
detouring,
delphi,
detour,
slow,
speed,
optimize,
speedup,
performance
=loosejar=
==Description==
*loosejar* is a simple Java Agent that can be used to discover unnecessary jars lying on application classpath. It performs per classloader JVM heap analysis and displays its results. *loosejar* can be safely used during development, QA, UAT or even in production as ...
PLACE LAUNCHED (November, 12th 2009)
Easy Profiler is a compile-time profiler for unmanaged C++. It comprises of two components : a collector DLL containing the instrumentation routines, and a standalone observer application to analyze/compare profiling results.
http://farm4.static.flickr.com/31...
= Overview =
The aim of this project is to create a set of tools that make heap profiling of Haskell programs easier. In particular, the following components are planned:
* a library to process profiler output in an efficient way and make it easily accessible for other tools
* a real-time v...
A toolkit for splitting, aggregating, analyzing and visualizing xdebug cachegrind files.
===Installation===
Just checkout the latest stable version:
{{{
svn co http://xdebugtoolkit.googlecode.com/svn/tags/0.1.3/xdebugtoolkit/ xdebugtoolkit
}}}
For using with xdot, please refer [http://code...
The main goal of the project is to create a distributed generic system collecting and storing various runtime metrics collections used for system performance, health, quality and availability monitoring purposes. The system also provides a set of data-mining algorithms useful for further performance...
monitoring,
performance,
analysis,
datawarehouse,
profiling,
statistics,
datamining,
metrics,
timeseries,
predictive-analisys,
anomaly-detection,
engine,
java,
sql,
webmining
add ?prof to any view in your django instance to see profiling data
for example, if you wanted to see profiling data for:
www.example.com/blog/
you would simply install django-profiler and go to
www.example.com/blog/?prof
All profiling data generated by adding the "prof" GET request i...