-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStackWatch.readme
40 lines (32 loc) · 1.3 KB
/
StackWatch.readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Short: Monitors stack usage of any tasks
Author: [email protected]
Uploader: raptor cs tu-berlin de
Type: util/moni
Version: 1.2
Requires: OS 2.0, bgui.library v37
Architecture: m68k-amigaos
Kurz: Zeigt Stackverbrauch eines Tasks an
This program is comparable to StackMon by David Kinder but it comes
with additional features and the source.
COPYRIGHTS
----------
This software is stated in the PUBLIC DOMAIN so you can do with that
package what you want. You are using this piece of software at your
own risk, so the author can not be held responsible for any problem
occuring with it.
FEEDBACK
--------
If you are using this program, you can send me a notice so I can
think about to make it more completely (adding a real doc, tooltips
etc. ). So feel free to contact me, especially when you have found
a bug.
HISTORY
-------
1.0 : First version.
1.1 : If the previous version wasn't able to create a commodity
object, it has started without opening the gui. The gui
wasn't reachable anymore. I've changed a method in the
module "commodity.m" to fix that.
( 12-Oct-98 )
1.2 : Added new languages and done minor changings.
( 30-Jan-99 )