-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (26 loc) · 1.07 KB
/
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
41
42
43
README for sage/sageview
--------------------------------------------------
Home page: http://www.doitnow.com/~iliad/Tcl/sage/
email: [email protected]
--------------------------------------------------
Sage is a profiling tool for Tcl/Tk programs. It can collect and report data
pertaining to where time is spent in your programs. Sage works on Tcl8.0 and
above.
Installation Instructions:
==========================
Sage has a simple installation: Unpack the tar file somewhere.
On Unix systems, you can also:
1) modify the directory of the location of your tclsh or wish in the
files `sage' and `sageview'.
2) create symbolic links to the executables:
ln -s $PWD/sage somewhere/bin/sage
ln -s $PWD/sageview somewhere/bin/sageview
Files:
======
README This file
LICENSE License for sage
sage Sage program executor and data collector
sageview Sage data viewer
doc/USERS.html User's guide
Please send questions, bug reports, and feature requests to: [email protected]
John Stump