Projects tagged ‘profiler’


[52 total ]

0 Users

Prof-It is a profiler for C# programs that allows to find out the number of calls for each statement of a program at runtime. This profiler was first written in 2004 as a diploma thesis in ... [More] co-operation with the institute for System Software at the Johannes Kepler University Linz, Austria, and is now being revamped with the latest grammar for C# 3.5 [Less]
Created 11 months ago.

0 Users

Systematic, light-weight, portable recording tool used to easily rate personal or other event properties over time. This application integrally stores user defined data; the profile of which can be viewed or subject to statistical analysis.
Created 2 months ago.

0 Users

Simple Assembly Explor (SAE) is a FREE .Net assembly tool which include: Assembler Disassembler Deobfuscator IL editor Profiler Plugins support and more ... Visit Simple.Net for more information. Contact me if you have any question.
Created 12 months ago.

0 Users

Yet Another Java Profiler. It's goal: useful, easy to use
Created 11 months ago.

0 Users

This project aims to provide tools to process the XML trace files generated by the Microsoft SQL Server Profilers into other standard formats so that other applications can make use of the trace data. ... [More] Uses XSLT and/or XML DOM, XPath navigation & parsing. [Less]
Created 6 months ago.

0 Users

This project provides a java agent for profiling execution times of method calls and sql statements. It will also provide tools to analyze the generated trace. It's planned to support tools which can either run as a webapp or as eclipse plugin.
Created 4 months ago.

0 Users

A C++ library to easily profile your code. Features: Simply add a line to the beginning of any function you want to profile and SuperProfiler does the rest for you. Automatically "mold" to your ... [More] code path and keep track of average time spent in and total calls to each function, along each code path. Outputs a list of every function profiled with the amount of time spent executing that function along with the total amount of times the function was called. Also outputs the "call tree" so you can see exactly where time was spent. Output to different formats after you are done profiling or create your own output format. Current supported formats: Text Comma Separated Values (import into a spreadsheet) XML No required dependencies other than the STL. Unit tests included to automatically test SuperProfiler. (Requires optional http://unittest-cpp.sourceforge.net/ for unit tests) [Less]
Created 9 months ago.

0 Users

BTrace is a safe, dynamic tracing tool for the Java platform. BTrace can be used to dynamically trace a running Java program (similar to DTrace for OpenSolaris applications and OS). BTrace dynamically ... [More] instruments the classes of the target application to inject tracing code ("bytecode tracing"). Tracing code is expressed in Java programming language. There is also integration with DTrace for the OpenSolaris platform. [Less]
Created 8 months ago.

0 Users

This project aims to create a javascript profiler. The primary target is Internet Explorer, as several profilers already exist for Firefox (i.e. Firebug, Venkman). However, it is intended to support as many browsers as possible.
Created 12 months ago.

0 Users

Lets you see your Python program's execution as a tree of function invocations, each tree node exposing the real time, and CPU time (user/sys) of that call. This project consists of two main ... [More] components: A Python tracer that can run your Python programs (much like "cProfile" and friends). A Gtk+ based GUI that can show the trace results. It uses a tiny auxiliary library written for it "graphfile" to allow append-only writing and reading static DAG's directly from file without reading it whole into memory at any stage. [Less]
Created about 1 year ago.