Main > Free Download Search >

Free vba code profiler software for windows

vba code profiler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7286
VBA Code Compare 0.4 beta

VBA Code Compare 0.4 beta


compare & merge Visual Basic more>> VBA Code Compare allows you to compare and merge any Visual Basic code embedded into a VBA project (macros, sheet code, module code etc.). This tool uses direct access for working with VB modules. Thus, you dont have to export the source code to a file for comparing and import the edited code back.
You can use this tool for comparing two versions of the same module or for working with the source code when several authors change the code simultaneously.
VBA Code Compare allows you to download the source code of two modules, compare them, synchronize (merge) different parts of code, edit the code before and after comparing and save the changes.
<<less
Download (977k)
Added: 2008-10-29 License: Freeware Price:
367 downloads
 
Other version of VBA Code Compare
VBA Code Compare 0.4Visual Basic code embedded into a VBA project (macros, sheet code, module code etc.). This tool ... and after comparing and save the changes.The interface of VBA Code Compare gives you a chance to
License:Freeware
Download (959Kb)
198 downloads
Added: 2009-03-16
VBA Code Compare 0.4Allows you to compare and merge a Visual Basic code embedded into a VBA project. VBA Code Compare 0 ...VBA Code Compare allows you to compare and merge any Visual Basic code embedded
License:Freeware
Download (886KB)
1312 downloads
Added: 2006-04-06
VBA Code Compare 0.2Allows you to compare and merge a Visual Basic code embedded into a VBA project. VBA Code Compare ...VBA Code Compare allows you to compare and merge any Visual Basic code embedded
License:Freeware
Download (959KB)
975 downloads
Added: 2007-03-02
Computer Profiler 2.5.3

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
Karens Computer Profiler 2.5.3

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.
<<less
Download (803KB)
Added: 2007-10-31 License: Freeware Price:
725 downloads
CPS Profiler 2.02

CPS Profiler 2.02


CPS Profiler offers a useful and effective Pre-employment personality profiling software for employers, recruiters, HR professionals and team builders. more>>

CPS Profiler 2.02 offers a useful and effective Pre-employment personality profiling software for employers, recruiters, HR professionals and 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. It's quick, cost effective, and easy to use.

Requirements:

  • Windows 95/98/Me/NT/2000/Vista

<<less
Download (1.6MB)
Added: 2008-02-04 License: Freeware Price: $0.00
downloads
 
Other version of CPS Profiler
CPS PROFILER 2.02Pre-employment personality profiling software for Employers & HR ... Employers, Recruiters, HR Professionals & Team Builders.The CPS PROFILER is a computer based
Price: $0.00
License:Freeware
Download (1.6MB)
767 downloads
Added: 2007-10-30
Y profiler 2.0

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.
WareSeeker.comThis download is marked as adware because it displays advertisement banners or other type of commercials while running.
<<less
Download (648KB)
Added: 2006-09-25 License: Adware Price:
1126 downloads
Aggregate Profiler 4.1

Aggregate Profiler 4.1


Aggregate Profiler is a useful and powerful Data Analysis product for Data Quality and Data Profiling more>>
Aggregate Profiler is a useful and powerful Data Analysis product for Data Quality and Data Profiling focused on Business Users.
Main features:
- Easy to use
- Supports Windows and Unix
- Multiple String Profiling
- Regular Expression Support
- Active Reporting
- Binning and Cluster Analysis
- Number Analysis
<<less
Download (965KB)
Added: 2007-04-13 License: Freeware Price:
929 downloads
xSQL Profiler 1.5.1

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
xSQL Profiler 1.0.1xSQL Profiler is an easy to install, easy to use, agent-less SQL Server monitoring tool that can ... you need, nothing more nothing less, schedule the traces and forget it - xSQL Profiler takes
Price: $0.00
License:Freeware
Download (7.3MB)
528 downloads
Added: 2008-06-05
xSQL Profiler 1xSQL Profiler offers you a simple and agent-less SQL Server monitoring tool ... forget it - xSQL Profiler takes care of the rest. Requirements: Windows 2000/XP/2003 Server
Price: $0.00
License:Freeware
Download (7.3MB)
downloads
Added: 2008-06-10
Java Interactive Profiler 1.1 RC1

Java Interactive Profiler 1.1 RC1


JIP is a low overhead and high performance profiler that is written entirely in Java more>>
JIP is a low overhead and high performance profiler that is written entirely in Java Java Interactive Profiler (JIP) is a low overhead and high performance profiler that is written entirely in Java.
JIP gives the developer the ability to turn the profiler on and off while the VM is running. You can also filter out classes and packages as well as control the output.
Main features:
- Interactivity. hprof is not an interactive profiler. It starts when your program starts and ends when the JVM exits. In many cases this doesnt give you a true measure of performance since the Just In Time compiler doesnt compile code on the first pass. In addition, this type of profiler is not useable at all in web applications since you end up profiling the web container as well as the web application. JIP, on the other hand, allows you to turn the profiler on and off while the JVM is running.
- No native code. Most profilers have some native component. This is because most profilers use the JVMPI (Java Virtual Machine Profiling Interface) which requires the use of native components. JIP, however, is pure Java. It takes advantage of the Java5? feature which allows you to hook the classloader. JIP adds aspects to every method of every class that you want to profile. These aspects allow it to capture performance data.
- Very low overhead. Most profilers are very slow. In many cases hprof will cause a program to run 20 times slower. JIP, on the other hand, is lightweight. A VM with profiling turned on is about twice as slow as one without a profiler. When the profiler is turned off, there is almost no overhead associated with using JIP.
- Performance Timings. JIP gathers performance data. You cannot use most profilers to do timings of your application. hprof, for example, will show you the relative amount of time that is spent in different parts of your code, but hprof has so much overhead, that you cannot use it to get real world timing measurements. JIP, on the other hand, actually tracks the amount of time used to gather performance data and factors that time out of its analysis. This allows you to get close to real world timings for every class in your code. So there is no need to litter your code with System.currentTimeMillis()!
- Filters by package/class name. One of the annoying things about hprof is that there is no way to filter out classes by class or package name. JIP allows you to do just that (for more information, look at the profile.properties file). This in not to say that the execution time is not included. It is included but can only be seen in the execution time of the calling routine.
<<less
Download (425KB)
Added: 2007-06-04 License: Freeware Price:
883 downloads
K700 Remote Profiler 1.0.8

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.
<<less
Download (373KB)
Added: 2005-08-25 License: Freeware Price:
1541 downloads
BlindWrite Profiler 3.1.0.0

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.
<<less
Download (2.57MB)
Added: 2008-11-26 License: Freeware Price:
254 downloads
Babya System Profiler 2008 1.0.0

Babya System Profiler 2008 1.0.0


a computer hardware and software inventory program. more>> BABYA SYSTEM PROFILER is a computer hardware and software inventory program. It gathers over 220 pieces of information about computers and optionally stores this information in a database. It can be run locally or can be used by an administrator to scan a network.
Unlike many other free system inventory/info tools, this one can be used over a network.
Features:
Quick PC details overview with the view SOS:System Profiler Summary
Uses a Access database to store all details
<<less
Download (840KB)
Added: 2008-09-04 License: Freeware Price: Free
418 downloads
VBAcodePrint97 1.4.67

VBAcodePrint97 1.4.67


VBAcodePrint97 enables you to print the VBA source code in color of Microsoft Office 97 suite of applications: Word, Excel, Access, and PowerPoint. The output can be fully customised and exported to HTMl, RTF and PDF formats. more>> <<less
Download (4.4Mb)
Added: 2009-03-16 License: Freeware Price: Free
187 downloads
 
Other version of VBAcodePrint97
VBAcodePrint97 1.4.67Print VBA source for Office97 applications and export output to RTF, HTM and PDF ... VBAcodePrint97 enables you to print the VBA source code in color of Microsoft Office 97 suite of
Price: $0.00
License:Freeware
Download (4.4MB)
2246 downloads
Added: 2003-08-30
NetBeans Profiler 5.5.1

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
<<less
Download (9.99MB)
Added: 2007-06-20 License: Freeware Price:
898 downloads
 
Other version of NetBeans Profiler
NetBeans Profiler 5.5With its tight integration into the NetBeans IDE work flow, the Profiler ... Main features: - Low overhead profiling: you can profile just a subset of the application code
License:Freeware
Download (8.14MB)
986 downloads
Added: 2007-03-02
EQATEC Profiler 1.2.35

EQATEC Profiler 1.2.35


EQATEC Profiler is created to be a free yet effective tool which assists users in profiling the execution of the code for locating performance bottlenecks. more>>

EQATEC Profiler 1.2.35 is created to be a free yet effective tool which assists users in profiling the execution of the code for locating performance bottlenecks. Can profile any .NET 2.0/3.5 Compact Framework assembly (+ the full .NET too).

Enhancements: Improves profiling full .NET applications.

Requirements: Windows NT/2000/XP/2003 Server/Vista

<<less
Download (1.7MB)
Added: 2008-06-15 License: Freeware Price:
42 downloads
Area Code Plus 1.1

Area Code Plus 1.1


A Searchable database of all US area codes! Search bystate or area code. Great for the desktop or small business. more>>
A Searchable database of all US area codes! Search bystate or area code. Great for the desktop or small business.
<<less
Download (3800K)
Added: 1999-06-27 License: Freeware Price:
3800 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5