Port details |
- tijmp Tools Interface Java Memory Profiler
- 0.8 devel =2 0.7_1Version of this port present on the latest quarterly branch.
- Maintainer: ronald@FreeBSD.org
- Port Added: 2007-12-19 18:09:24
- Last Update: 2024-12-06 11:36:14
- Commit Hash: d99801e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: GPLv3
- WWW:
- https://www.khelekore.org/jmp/tijmp/
- Description:
- TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it
will not work on java/5 systems. If you need a profiler for java/5 or earlier
try the jmp profiler.
TIJmp is written to be fast and have a small footprint, both memory- and cpu-
wise. This means that the jvm will run at almost full speed, until you use
tijmp to find some information.
TIJmp uses C code to talk to the jvm and it uses swing to show the tables
of information. So tijmp is written in C (using jvmti and jni) and Java.
TIJmp runs in the same jvm as the program being profiled. This means that it
can easily get access to all things jvmti/jni has to offer.
TIJmp is distributed under the General Public License, GPL.
Usage:
java -Dtijmp.jar=%JAVAJARDIR%/tijmp.jar -agentlib:tijmp <your-class>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/tijmp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tijmp
- pkg install tijmp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tijmp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733479810
SHA256 (tijmp-0.8.tar.gz) = e6f0bc1e4a0fff6524154d3dac0f27f4f53761977ecc67d9ce20ced8ad6aac64
SIZE (tijmp-0.8.tar.gz) = 347809
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tijmp-0.8:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- devel_tijmp
- USES:
- gmake libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8 06 Dec 2024 11:36:14 |
Ronald Klop (ronald) |
devel/tijmp: https only works when www is included |
0.8 06 Dec 2024 11:31:15 |
Ronald Klop (ronald) |
devel/tijmp: update to 0.8
Pretty late update as this release was in 2009-01-12. :-)
Changes:
https://www.khelekore.org/jmp/tijmp/changelog.shtml
- add license
- pet portlint, portclippy and portfmt
- use https in URLs |
0.7_1 26 Nov 2022 20:38:26 |
Ronald Klop (ronald) |
Change maintainer of the remainder of my ports to my new @FreeBSD.org address.
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37495 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7_1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.7_1 15 Dec 2014 22:45:00 |
pawel |
Update mirror location
PR: 195681
Submitted by: maintainer |
0.7_1 28 Aug 2014 12:54:20 |
tijl |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Use standard do-install |
0.7 04 Jun 2014 21:17:36 |
tdb |
Update maintainer's email address
PR: 190612
Submitted by: ronald@echteman.nl (maintainer) |
0.7 25 Jan 2014 00:04:26 |
bapt |
Support stage |
0.7 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.7 23 May 2013 02:23:34 |
jgh |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
0.7 08 Jan 2012 07:01:25 |
eadler |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
0.7 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
0.7 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.7 30 Aug 2008 20:19:05 |
miwi |
- Update to 0.7
PR: 126911
Submitted by: maintainer |
0.5 10 Mar 2008 13:35:43 |
miwi |
- Update to 0.5
PR: 121536
Submitted by: Ronald Klop <ronald@echteman.nl> |
0.4 15 Feb 2008 18:47:32 |
miwi |
- Add backup mirror
PR: 120468
Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer) |
0.4 19 Dec 2007 18:09:06 |
pav |
TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it
will not work on java/5 systems. If you need a profiler for java/5 or earlier
try the jmp profiler.
TIJmp is written to be fast and have a small footprint, both memory- and cpu-
wise. This means that the jvm will run at almost full speed, until you use
tijmp to find some information.
TIJmp uses C code to talk to the jvm and it uses swing to show the the tables
of information. So tijmp is written in C (using jvmti and jni) and Java.
TIJmp runs in the same jvm as the program being profiled. This means that it
can easily get access to all things jvmti/jni has to offer.
TIJmp is distributed under the General Public License, GPL.
Usage:
java -agentlib:tijmp <your-class>
WWW: http://khelekore.org/jmp/tijmp/
PR: ports/117615
Submitted by: Ronald Klop <ronald@echteman.nl> |