profile-command.scm 276 B

1234567891011
  1. ; Part of Scheme 48 1.9. See file COPYING for notices and license.
  2. ; Authors: Marcel Turino, Manuel Dietrich
  3. (define-user-command-syntax 'profile "<command>" "profile execution"
  4. '(command))
  5. (environment-define! (user-command-environment)
  6. 'profile
  7. profile)