code profiler
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7305
Y profiler 2.0
Y profiler is a free tool that allows you to view yahoo profiles more>>
Y profiler is a free tool that allows you to view yahoo profiles.
This download is marked as adware because it displays advertisement banners or other type of commercials while running.
<<less
This download is marked as adware because it displays advertisement banners or other type of commercials while running. Download (648KB)
Added: 2006-09-25 License: Adware Price:
1126 downloads
Computer Profiler 2.5.3
view computers hidden details more>> Learn more than 200 interesting facts about your computer. Details about your CPU, memory, operating system, even your computers power source, are all displayed. You can also copy the information to the Windows clipboard, and paste it into a document for permanent storage.<<less
Download (802k)
Added: 2008-11-07 License: Freeware Price:
5256 downloads
CPS PROFILER 2.02
Pre-employment personality profiling software for Employers & HR Professionals.... more>> Pre-employment personality profiling software for Employers, Recruiters, HR Professionals & Team Builders.The CPS PROFILER is a computer based method of obtaining a personality profile of a job applicant. The candidate does not need to be present at the analysis and does not need to know that the analysis is being performed. This means that there can be no lying, cheating or faking. Its quick, cost effective and easy to use.<<less
Download (1.6MB)
Added: 2007-10-30 License: Freeware Price: $0.00
767 downloads
NetBeans Profiler 5.5.1
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications more>>
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications With its tight integration into the NetBeans IDE work flow, NetBeans Profiler was designed to enable you to build scalable and reliable software.
Select from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
<<lessSelect from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
Download (9.99MB)
Added: 2007-06-20 License: Freeware Price:
898 downloads
Other version of NetBeans Profiler
License:Freeware

Eqatec Profiler 3.0.68
Eqatec Profiler is consider an easy to use yet very effective and useful .NET code profiler. more>> <<less
Download (3.6MB)
Added: 2009-11-28 License: Freeware Price: Notavailable
downloads
Other version of Eqatec Profiler
EQATEC Profiler is created to be a free yet effective tool which assists ... profiling the execution of the code for locating performance bottlenecks. EQATEC Profiler 1License:Freeware
Aggregate Profiler 4.5
A useful and powerful Data Analysis product for Data Quality and Data Profiling more>>
A useful and powerful Data Analysis product for Data Quality and Data Profiling Aggregate Profiler is a useful and powerful Data Analysis product for Data Quality and Data Profiling focused on Business Users.
Main features:
Profiling
- Meta Data Information
- Entity-Relationship Diagram
- Structural Analysis
- Number Analysis
- String Analysis
- Supports Different formats
- Import from Flat, XML file
Quality
- Data Correction Interface
- DeDuplication
- Search & Replace
- Table Comparison (Cardinality)
- SQL Interface
- Completeness
- Format Validation
System requirements:
- Java Runtime Environment 1.5.0 or higher
<<lessMain features:
Profiling
- Meta Data Information
- Entity-Relationship Diagram
- Structural Analysis
- Number Analysis
- String Analysis
- Supports Different formats
- Import from Flat, XML file
Quality
- Data Correction Interface
- DeDuplication
- Search & Replace
- Table Comparison (Cardinality)
- SQL Interface
- Completeness
- Format Validation
System requirements:
- Java Runtime Environment 1.5.0 or higher
Download (1.02MB)
Added: 2007-11-14 License: Freeware Price:
720 downloads
Other version of Aggregate Profiler
Price: FREE
License:Freeware
License:Freeware
License:Freeware
K700 Remote Profiler 1.0.8
K700 Remote Profiler - The SonyEricsson k700 offers the possibility of steering the PC over Bluetooth more>>
The SonyEricsson k700 will offer the user a possibility of steering the PC over Bluetooth.
Unfortunately the SE developers did not think of a program, in order to work on these remote maintenance profiles (* hid Files).
The only possibility of providing such profiles was to root itself by sidelong code tables.
<<lessUnfortunately the SE developers did not think of a program, in order to work on these remote maintenance profiles (* hid Files).
The only possibility of providing such profiles was to root itself by sidelong code tables.
Download (373KB)
Added: 2005-08-25 License: Freeware Price:
1541 downloads
HDD-Profiler 1.0.30
HDD-Profiler is a powerful HDD (Hard-Disk-Drive) profiling utility more>>
HDD-Profiler is a powerful HDD (Hard-Disk-Drive) profiling utility that will inform you which files/folders were created, modified, accessed or removed in certain areas of your hard disk by creating system snapshots.
HDD-Profiler is also easy-to-use, accurate and highly-featured.
<<lessHDD-Profiler is also easy-to-use, accurate and highly-featured.
Download (248KB)
Added: 2007-05-31 License: Freeware Price:
876 downloads

WorkTime Profiler 0.5 Beta
WorkTime Profiler is a simple application witch. more>> WorkTime Profiler is a simple application witch can help you to look into how you spend your time and fill in unbiased report. How? Its very simple.
By default WorkTime Profiler docks to the bottom of the screen.
When you start any activity you type a short activity description in text field (4) (or select already typed description if you have done it recently) and press button "Start" (5). Activity description appears at current activity box (2). When you finishes activity you must push button "Finish" (3).
Activity can be interleaved. You can push mouse button over current activity box (2) to view activity stack.
Worktime Profiler calculates activity time.<<less
Download (62KB)
Added: 2008-10-15 License: Freeware Price:
374 downloads
xSQL Profiler 1.5.1
xSQL Profiler is an easy to install, easy to use, agent-less SQL Server monitoring tool that can be utilized for performance, auditing and compliance related tasks. Monitor multiple SQL Servers from one central location - choose SQL Servers and databases you want to monitor, define precise traces to trace exactly what you need, nothing more nothing less, schedule the traces and forget it - xSQL Profiler takes care of the rest. more>> <<less
Download (7.5Mb)
Added: 2009-03-16 License: Freeware Price: Free
22 downloads
Other version of xSQL Profiler
Price: $0.00
License:Freeware
License:Freeware
Advanced SQL Server Profiling - monitor multiple SQL Servers from one ... xSQL Profiler is an easy to install, easy to use, agent-less SQL Server monitoring tool that canLicense:Freeware
Code Library
This software utility is an expandable library for programmers. more>>
This software utility is an expandable library for programmers. Expandable library for programmers. Allows quick access to commonly used code snippets. A few code snippets for JavaScript and Visual Basic are included in the application. Code Library allows you to add any code you need quick access to.
<<less Download (132KB)
Added: 2007-10-21 License: Freeware Price:
860 downloads

Karens Computer Profiler 2.5.3
Learn more than 100 interesting facts about your computer. more>>
Learn more than 100 interesting facts about your computer. Karens Computer Profiler is a small software utility that helps you find out many interesting things about your computer.
Details about your CPU, memory, operating system, even your computer`s power source, are all displayed. You can also copy the information to the Windows clipboard, and paste it into a document for permanent storage.
Note: Free for personal, non-commercial use only.
<<lessDetails about your CPU, memory, operating system, even your computer`s power source, are all displayed. You can also copy the information to the Windows clipboard, and paste it into a document for permanent storage.
Note: Free for personal, non-commercial use only.
Download (803KB)
Added: 2007-10-31 License: Freeware Price:
725 downloads
BlindWrite Profiler 3.1.0.0
BlindWrite Profiler - Can give you tips how to copy copy-protected cd more>>
This programm can give you tips how to copy copy-protected cd with BlindWrite!
This programm can give you tips how to copy copy-protected cd with BlindWrite!
Very easy to use, quite helpful sometimes.
<<lessThis programm can give you tips how to copy copy-protected cd with BlindWrite!
Very easy to use, quite helpful sometimes.
Download (2.57MB)
Added: 2008-11-26 License: Freeware Price:
254 downloads
DomAPIX Memory Profiler 1.0
DomAPIX is a free and small ActiveX control which you can download and install on your development box more>>
DomAPIX is a free and small ActiveX control which you can download and install on your development box for testing how much memory is consumed by certain parts of your pages.
Installation:
1) Download and extract the dll to the directory of your choice (the rest of this article assumes its in "c:windowssystem32").
2) Install it by executing the following at a command prompt:
regsvr32 c:windowssystem32domapix.dll
<<lessInstallation:
1) Download and extract the dll to the directory of your choice (the rest of this article assumes its in "c:windowssystem32").
2) Install it by executing the following at a command prompt:
regsvr32 c:windowssystem32domapix.dll
Download (65.6KB)
Added: 2006-06-26 License: Freeware Price:
1217 downloads
Code Maker 2.1
operating coding application more>> Code maker includes many features including, Snippets that automtically get entered when you select one from the menu, a Preview button to preview your code on our built in browser as a real website.<<less
Download (1.3M)
Added: 2008-11-09 License: Freeware Price:
359 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above code profiler search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed