Artifact 845e2cbb594e9441862223f24582752fbe166080bbac22b4771ffed323a51d30:
- Executable file
r38/lisp/csl/util/profile.sh
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 478) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # profile all modules # results go to "profile.dat" # Note: on a 400 MHz Pentium II this uses around 1 hour of CPU time. # and on faster machines MUCH less! # This script may be passed a directory as arg1, but if not it expects # to find my source files in "../cslbase" if test -n "$1" then srcdir="$1" else srcdir=../cslbase fi rm profile.dat ./slowr38 -v -i slowr38.img -Dno_init_file $srcdir/../util/profile.red -D@srcdir=$srcdir -- log/profile.log