File r37/lisp/csl/util/profile.red artifact cf75b913d3 part of check-in a57e59ec0d


% Collect profile information about all REDUCE modules that have
% associated test scripts.  The information is put in "profile.dat"
% in the current directory but you then probably want to move it up
% into "../csl-c/profile.dat".  This last step is not automated because
% some people may want to tune the list of functions that will get
% compiled into C for themselves...

symbolic;

load!-module 'remake;

get_configuration_data();

delete!-file "profile.dat";

profile_a_package r37_test_cases;

bye;





REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]