profile.red 531 B

12345678910111213141516171819202122
  1. % Collect profile information about all REDUCE modules that have
  2. % associated test scripts. The information is put in "profile.dat"
  3. % in the current directory but you then probably want to move it up
  4. % into "../csl-c/profile.dat". This last step is not automated because
  5. % some people may want to tune the list of functions that will get
  6. % compiled into C for themselves...
  7. symbolic;
  8. load!-module 'remake;
  9. get_configuration_data();
  10. delete!-file "profile.dat";
  11. profile_a_package r37_test_cases;
  12. bye;