Main > Free Download Search >

Free yourkit java profiler software for mac

yourkit java profiler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1317
Hint Track Profiler 1.0d5

Hint Track Profiler 1.0d5


Hint Track Profiler is a powerful and popular diagnostic tool that graphs a streaming movies hinted packets over time. more>>

Hint Track Profiler 1.0d5 is a powerful and popular diagnostic tool that graphs a streaming movies hinted packets over time.

<<less
Download (420.9KB)
Added: 1999-12-15 License: Freeware Price:
downloads
YourKit Early Access Program 7.0 Build 2064

YourKit Early Access Program 7.0 Build 2064


YourKit Early Access Program (EAP) is the easiest way to get in touch with the latest technologies from YourKit more>>
YourKit Early Access Program (EAP) is the easiest way to get in touch with the latest technologies from YourKit. You will be able to have early access to new products, internal builds and patches.
Enhancements:
- Memory profiling: values of primitive type arrays are shown in Memory | Quick Info (Ctrl+Q). Note: primitive values are only available in HPROF format snapshots
- Telemetry: in Threads and Deadlocks new option Show thread name and status only
- CPU profiling: sampling is now available for IBM Java too.
<<less
Download (5MB)
Added: 2007-07-24 License: Freeware Price:
824 downloads
Powerlogix G3/G4 Cache Profiler 1.5

Powerlogix G3/G4 Cache Profiler 1.5


Powerlogix G3/G4 Cache Profiler is an advanced program which satisfies you with overview of processor type, speed, temperature, and version number. more>>

Powerlogix G3/G4 Cache Profiler 1.5 is an advanced program which satisfies you with overview of processor type, speed, temperature, and version number.

Major Features:

  1. Overview of backside cache size & speed, motherboard cache size
  2. Overview of motherboard info: machine ID, model name, and bus speed
  3. Report of backside cache SRAM type
  4. Selection of backside cache ratio, reported in MHz and as a ratio to CPU speed
  5. Current status of backside cache (enabled/disabled)
  6. On-the-fly enable/disable of backside cache
  7. Current L2CR register contents
  8. Option to enable cache on restart
  9. Current status of motherboard cache (enabled/disabled)
  10. On-the-fly enable/disable of motherboard cache
  11. Speculative Access Management (Guardbit)
  12. Dynamic Power Management Configuration
  13. BootX Backside cache configuration
  14. Cache size and speed indicator on bootup
Requirements:
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (89.8KB)
Added: 2001-12-02 License: Freeware Price:
downloads
G3/G4 Cache Profiler 1.5

G3/G4 Cache Profiler 1.5


G3/G4 Cache Profiler includes a beta version of the G3/G4 Cache Profiler. Once downloaded, you should put it in your extensions folder and remove any previous versions that are installed more>> G3/G4 Cache Profiler includes a beta version of the G3/G4 Cache Profiler. Once downloaded, you should put it in your extensions folder and remove any previous versions that are installed.
Requirements:
MacOS 8.0 - 9.
Enhancements:
Version 1.4b2 fixes a bug in 1.4b1 which caused a crash when booting Classic under OS X. It is otherwise identical to 1.4b1.
<<less
Download (92K)
Added: 2001-12-04 License: Free Price:
downloads
Exchange CodeWarrior Java Compiler 1.0

Exchange CodeWarrior Java Compiler 1.0


Exchange CodeWarrior Java Compiler - Change the required software kit to develope Java programs more>>
Exchange CodeWarrior Java Compiler is a small AppleScript that changes the required software kit to develope Java programs under the versions of 1.0.2 and 1.1.3 by the Metrowerks Codewarrior.

The related software is classes.zip library and MW Java compiler. Please note that Java 1.1.3 public beta folder should be stayed in the Metrowerks CodeWarrior folder where the installer of public beta has initially located the stuff.

<<less
Download (2KB)
Added: 2006-02-01 License: Freeware Price:
1367 downloads
Java Droplets 1.0

Java Droplets 1.0


Java Droplets - Three droplets for Java developers more>>
Three droplets for Java developers. They automate opening a new Terminal window, changing the current directory and executing a command on the file.

• "Javac" compiles .java source files dragged onto it,
• "Java" runs the class file of the .java or .class file dragged onto it,
• "Both" compiles the .java source file and if successful, runs the resulting class file.

Source editable.
<<less
Download (73KB)
Added: 2006-07-12 License: Freeware Price:
1217 downloads
Collect Java Classes 1.0

Collect Java Classes 1.0


Collect Java Classes - Collect Java classes in folders more>>
Collect Java Classes is a small AppleScript which collects Java classes *.class and *.zip in the folders. Select file(s) and folder(s) and drop them on this droplet icon. Then, all Java class files *.class and *.zip in the folders and subfolders will be collected.

The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.

The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.


<<less
Download (4KB)
Added: 2006-01-30 License: Freeware Price:
1362 downloads
Create Java Manifest Form 1.0

Create Java Manifest Form 1.0


Create Java Manifest Form - Creates a Java manifest assigned as a basic form to Jar tool more>>
Create Java Manifest Form is a small AppleScript creates a Java manifest file "MANIFEST.MF" that will be assigned as a basic form to Jar tool.

Select Java resource files (*.class files, package folders, graphics images, or others) and drop them on this droplet application icon. Then a manifest file will be created at the same folder as your given files.

The script will apply URL encoding to the file name if needed.


<<less
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.

The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!

Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Java RSS Ticker 1.8.1

Java RSS Ticker 1.8.1


Java RSS Ticker is a very simple, lightweight, RSS ticker more>>
Java RSS Ticker is a very simple, lightweight, RSS ticker.

I had checked out a number of tickers that look pretty as they scroll etc., but took a lot of CPU cycles and cost money.

I wanted a simple, OS independent, ticker so I wrote this one in Java.

<<less
Download (153KB)
Added: 2006-05-11 License: GPL Price:
1269 downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Apple System Profiler 2.1.2

Apple System Profiler 2.1.2


Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support more>> Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support.
Requirements:
System 7.6 or later, Disk Copy 6.1 or later.
<<less
Download (955K)
Added: 1998-10-22 License: Free Price:
downloads
Java Resource Finder 0.5.1 Beta 7

Java Resource Finder 0.5.1 Beta 7


Java tool for searching classpath for resources Java Resource Finder is a Java tool for searching classpath for resources such as class or files. Drag and drop interface for classpath more>> Java tool for searching classpath for resources

Java Resource Finder is a Java tool for searching classpath for resources such as class or files.
Drag and drop interface for classpath. Useful for resolving those class not found problem such as java.lang.ClassNotFoundException and Java.lang.NoClassDefFoundErr.

Enhancements
- Initial Release

<<less
Download (49KB)
Added: 2009-06-12 License: GPL Price: FREE
184 downloads
MW Java Linker Patch 1.4

MW Java Linker Patch 1.4


MW Java Linker Patch is designed to meet all your needs of updating the linker, which fixes problems merging GIF files into the JAR file output from the linker. more>> <<less
Download (529KB)
Added: 1999-03-05 License: Freeware Price:
downloads
Java Psion Link 2a5

Java Psion Link 2a5


Java Psion Link is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. more>>

Java Psion Link 2a5 is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. As the program uses the existing Psion Link.

Requirements:

  • Java 1.4 or greater (MacOS X 10.2 or better).
  • Spare Serial Port/USB Serial Port Adapter
<<less
Download (332KB)
Added: 2004-06-23 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5