Skip to content

Commit

Permalink
rename profiler package, add core/profiler to build list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbackrack committed Jan 28, 2025
1 parent e7efa60 commit 207e2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/profiler.stanza
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;See License.txt for details about licensing.
#use-added-syntax(fastio-serializer)
defpackage profiler :
defpackage core/profiler :
import core
import collections
import core/stack-trace
Expand Down
1 change: 1 addition & 0 deletions scripts/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ PKGFILES="math \
core/sighandler \
core/local-table \
core/heap-analysis \
core/profiler \
arg-parser \
line-wrap \
stz/test-driver \
Expand Down

0 comments on commit 207e2d4

Please sign in to comment.