From 9df2fd24c1430c2d9d9e3dc534eb57b52eb420f0 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Tue, 4 May 2021 18:33:17 -0400 Subject: [PATCH] doc: add defproc for 'term-size' --- macro-debugger/macro-debugger/macro-debugger.scrbl | 4 ++++ 1 file changed, 4 insertions(+) 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]