Projects tagged ‘profiler’


[52 total ]

496 Users
   

The GNU linker and related programs and libraries: ar, as, gprof, ld, nm, ranlib, strip, libbfd. You depend on this utterly.
Created over 2 years ago.

19 Users
   

OProfile is a low-overhead, transparent profiler for Linux. It is capable of instruction-grain profiling of all processes, shared libraries, the kernel, and device drivers, via the hardware performance counters.
Created over 3 years ago.

5 Users

DataCleaner is an Open Source application for profiling, validating and comparing data. These activities help you administer and monitor your data quality in order to ensure that your data is useful ... [More] and applicable to your business situation. DataCleaner is the free alternative to software for master data management (MDM) methodologies, data warehousing (DW) projects, statistical research, preparation for extract-transform-load (ETL) activities and more. [Less]
Created about 1 year ago.

3 Users

VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of ... [More] monitoring and performance analysis for the Java SE platform [Less]
Created about 1 year ago.

1 Users
   

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 ... [More] profile any function (dll, c++, delphi, ?) without changing the original code or even the need of the original code. It uses runtime function detouring and assembly to profile any function. A program can be compiled with the profiler code (delphi) or the precompiled dll can be used (delphi, c++, etc). The to be profiled function can be extracted from debug files (.map, in future .dbg/.pdb), dll imports/exports, or "manual" in code (add by name and pointer). Trace: The latest version also features a full execution/function trace capability! [Less]
Created 11 months ago.

1 Users

For usage instructions, examples, and more, visit: http://www.gscottolson.com/blackbirdjs/
Created 11 months ago.

0 Users

jpinNew Toy Project. It’s a Javaagent based profiling tool. Now it uses Javaassist as a BCI(Byte-Code Instrumentation). And, The goal of the project is to make a simple and lightweight profiling ... [More] tool for finding a performance problem with low memory consumptions and least heisenberg effects. Users can do poke a pinpoint to a specific portion of a system. Now, it’s in an early stage. Version0.1 GoalLow Memory Profile Low Monitoring Overhead Intuitive User Interface MeasurementsMethod Execution Time Free/Max Heap Memory Change Call Sequence Configuration File : PinpointerclassName1:methodName1 className1:methodName2 className4:methodName123 className:* className*:* *className*:* *:*TODOTrace Caller and Callee (v) Add profiling information to Thread Local Storage (with low memory profile) (v) Codebook-based Trace Output (Three Steps: 1. Building Codebook 2. Monitoring 3. Code Resolving) Data Mining (Cluster Algorithm) for detecting Hot spots Visualization with GraphViz / NetworkX Statistics Graph with R Overhead PortionsMethod Wrapper Code Block to measure time and memory changes Taking Stack Traces of a thread to get caller/callee Delivering output from JPin out of a system Usage of TLS (ThreadLocal Storage) (Concerns on TLS heavy use codes such like ReentrantReadWriteLock) Downloadsvn checkout http://jpin.googlecode.com/svn/trunk/ jpin-read-only AuthorDongWoo Lee (leepro@gmail.com) Screenshots Call Stack (Test) [jpin*] Hello.main 2040668008 -> Hello.main 3 [jpin*] Hello.main 2040668008 -> HelloSub.test1 5 [jpin*] HelloSub.test1 210331534 -> HelloSub.test2 7 [jpin*] HelloSub.test2 210332495 -> HelloSub.test3 9 [jpin*] HelloSub.test2 210332495 HelloSub.test2 5 [jpin*] HelloSub.test2 210332495 -> HelloSub.test3 7 [jpin*] HelloSub.test2 210332495 HelloSub.test3 5 [jpin*] Hello.main 2040668008 [Less]
Created 11 months ago.

0 Users

Designed to solve performance problems. Netbeans profiler was not good for me : unable to record method calls history unable to specify included/excluded packages/classes/methods unable to specify a ... [More] time treshold for method execution unable to specify entry methods to profile It includes a GUI allowing visualization of traces (in the same jar). [Less]
Created 2 months ago.

0 Users

VSPTree is a graphical tool for the Visual Studio 2008 Standalone Profiler. It is named so because it gives you a tree view of the calltree generated from VSP files generated by the profiler.
Created 6 months ago.

0 Users

MSBuild Profiler is a performance measurement tool for MSBuild scripts. MSBuild Profiler shows a graphical performance output for all your MSBuild scripts, giving you a fair chance to optimize your build time.
Created 9 months ago.