|
Revision 1, 1.2 KB
(checked in by emasson, 3 years ago)
|
|
initial import for the community edition
|
| Line | |
|---|
| 1 | Changes to gmemusage 0.1 by Mark B. Allan: |
|---|
| 2 | |
|---|
| 3 | - Drawing altered so screen contents scale w/ window size. |
|---|
| 4 | - usleep added to glutIdleFunc to reduce CPU time |
|---|
| 5 | - glutTimerFunc replaced usleep for better screen refresh response |
|---|
| 6 | - Up/Down keys change minimum size of process to be displayed (Up |
|---|
| 7 | displays more processes) |
|---|
| 8 | - pressing 'm' will display size (in MB) of process next to name |
|---|
| 9 | - check for visibility and disable update if iconified or obscured. |
|---|
| 10 | - switched Up/Down to be consistent w/ IRIX version |
|---|
| 11 | - won't use any CPU time if iconified or not visible |
|---|
| 12 | - pressing 'p' will display PID of process next to name |
|---|
| 13 | - regions are clickable and switch to a new display mode |
|---|
| 14 | - prettier graphics using vertex shading |
|---|
| 15 | - added 'help' page |
|---|
| 16 | - added use of Kilgard's TXF textured fonts instead of the GLUT |
|---|
| 17 | bitmaps. This reduces CPU time considerably |
|---|
| 18 | - added more controls for altering polling interval, memory threshold, |
|---|
| 19 | and text rendering. |
|---|
| 20 | - multiple processes w/ the same name are lumped together. |
|---|
| 21 | - altered Kilgard's TXF code to allow the font info to be included |
|---|
| 22 | in the executable. |
|---|
| 23 | * 08/20/99 |
|---|
| 24 | - added display of time and date on main page |
|---|
| 25 | * 08/21/99 |
|---|
| 26 | - load average is displayed at the bottom of the page as a series of |
|---|
| 27 | thin lines. |
|---|