File r38/lisp/csl/util/profile.red artifact 02f10fdf3e part of check-in 9992369dd3


% 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 "$srcdir/../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 t;

delete!-file "profile.dat";

profile_a_package r38_test_cases;

bye;





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