diff --git a/macro-debugger/macro-debugger/macro-debugger.scrbl b/macro-debugger/macro-debugger/macro-debugger.scrbl index 99a58e0..68e09af 100644 --- a/macro-debugger/macro-debugger/macro-debugger.scrbl +++ b/macro-debugger/macro-debugger/macro-debugger.scrbl @@ -601,6 +601,8 @@ module path and the module paths of its immediate dependents. @section-index["raco macro-profiler"] +@defmodule[macro-debugger/analysis/profile] + The Macro Profiler shows what macros contribute most to the @emph{expanded code size} of programs. Use the Macro Profiler when your program has compiled files that are larger than expected. (The @@ -657,4 +659,6 @@ have correspondingly incorrect profile costs.} ] +@defproc[(term-size [stx any/c]) exact-nonnegative-integer?]{} + @close-eval[the-eval]