Idle V2xx Idle is Copyright © 1997-2001 Michel 'DMX' Bagmeijer. All rights reserved. Use it, but don't abuse it. I take no responsibility for any damage or loss resulting from direct or indirect use of this program. If something goes wrong it's your own fault, NOT mine! Idle is freely distributable under the following conditions: · No more than a reasonable fee is charged for copying/downloading. · This distribution is not a part of other non-free distribution(s). · No file in the distribution is changed. . All files should be distributed together. . Distribution without meeting conditions specified above requires written permission from me. Amiga is © Amiga Inc. VBCC is © by Volker Barthelmann -Introduction to Idle Idle is an instrument to see how busy the system is. Nothing more, nothing less. There are a couple of other programs who do the same thing, so what's the difference? Try it out! Start this program together with another one. You should see it now. The others say the system is 100% busy, but it's not ! This happens to MOST of them, not all. This makes virtually all of them worthless for debugging. That was exactly my aim, to make a program that ALLWAYS shows the right cpu-time ANYTIME. This program is great if you want to find out if your (or any) program takes too much cpu-time. And if so, you want to reduce it. The next generation of this program is for PPC *only* ! I can't do mixed binaries atm, so I dropped M68K support for now. If I can include it, I will in a next version. On the upside you *can* run the M68K & the PPC version together :) -Requirements for Idle Idle requires an Amiga (I'm serious!) with at least V39, GTLayout V41+, a ppc processor, WarpOS installed and not too much memory. That's all folks..... -Idle History V1.01-1.023 - For internal use only. V1.024 & 1.027 - First public release. V1.100 28/01/2001 - New GUI (GTLayout). V1.101 01/02/2001 - Made the response a bit better. V1.102 15/02/2001 - Fixed some enforcer hits. Code cleanup. Added tooltype TEN. V1.103 19/02/2001 - Small fix. V1.104 20/02/2001 - Kicked 1 patchwork hit out. Added 'text in gauge'. V1.105 27/02/2001 - Added CPU check routine. Added tooltype for 'text in gauge'. V1.32 09/08/2001 - Added PPC Support :) Dropped M68K support :( Added some new tooltypes. V1.33 12/08/2001 - Bugfix in SystemLoad check. Small changes. -To do in Idle * Don't know -ToolTypes Idle has a couple of tooltypes. XPOS & YPOS: Guess what they do !? T or TEN: This one creates 10 blocks of 10% TX or TEXT: Shows the amount of cpu-load IN the gauge gadget. LOAD: Set this to 0 (default) shows the CPU Load. Set this to 1 shows the System Load. Set this to 2 shows the CPU & System Load at the same time. HORIZ: When setting LOAD is 2, the gauge gadgets will be next to each other. -The Author Idle was written (with CED) and tested by Michel 'DMX' Bagmeijer, on a A1200 '060/50Mhz & 603E+/240Mhz 64MB with VBCC V0.8 If you have questions, remarks, suggestions, wishes & bug reports, please contact me. Michel 'DMX' Bagmeijer Meeuwenlaan 281 Hs 1022AJ Amsterdam Nederland 303dmx@hetnet.nl -Bugs ??? Ofcourse not ;-) -Miscellaneous Don't mind the program version Idle2xx, this is normal too. Just a reminder for me, to know which is the newest version. SystemLoad can and will be (sometimes) > 100%. This is normal. That's how WarpOS works. -Thanks I would like to thank: Amiga Inc. for the ongoing dream called "Amiga" Volker Barthelmann, Frank Wille and all the other people who helped to make VBCC. My friends D.J. Gino & Abraxas for making those great mix tapes, which helped me thru dark sleepless nights & difficult programming stages. Jim Krab for additional help.