Skip to content

Commit

Permalink
Require sb-sprof
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 29, 2024
1 parent 7ec9c37 commit 9387d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diagnostics.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(in-package #:sbcl-librarian)

(require :sb-sprof)

(defun memory-report ()
(format t "~&output of (ROOM NIL):~%")
(room nil)
Expand Down

0 comments on commit 9387d67

Please sign in to comment.