diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-07 13:38:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-07 13:38:19 +0800 |
commit | e07fa880c2916734ad88f19a9656e4cb73c16b27 (patch) | |
tree | d0403fdd3600dba9647dbfe649fcacb9e1e8fd5f /sysutils/Makefile | |
parent | ba525a9d8b99a4891ac603ffabab73040082f5ea (diff) | |
download | freebsd-ports-graphics-e07fa880c2916734ad88f19a9656e4cb73c16b27.tar.gz freebsd-ports-graphics-e07fa880c2916734ad88f19a9656e4cb73c16b27.tar.zst freebsd-ports-graphics-e07fa880c2916734ad88f19a9656e4cb73c16b27.zip |
TimeMon gives a graphical representation of where the CPU cycles
are going. It's coarse, but better than nothing. The best feature
is that it runs in an icon on your dock, so that you never lose it.
PR: 102656
Submitted by: Gürkan Sengün
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2d5b2ff247e..966b4b99189 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -582,6 +582,7 @@ SUBDIR += throttle SUBDIR += ticker.app SUBDIR += timelimit + SUBDIR += timemon SUBDIR += tinybsd SUBDIR += titlefix SUBDIR += tmpreaper |