
Add a mode to the profiler to use continuation marks inserted by the errortrace annotator instead of the runtime. Split `syntax/source-syntax` out from Typed Racket as a separate package, and use it to give better names for errortrace stack frames. Use caching to speed it up substantially when called repeatedly (as errortrace does). Also, document (internally) the format used by errortrace marks. original commit: 1e7eb34ba170b6aad77ee67c0f4b802950ff1a4b
15 lines
335 B
Racket
15 lines
335 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define build-deps '("base"
|
|
"scribble-lib"
|
|
"profile-lib"
|
|
"errortrace-doc"
|
|
"errortrace-lib"
|
|
"racket-doc"))
|
|
|
|
(define pkg-desc "documentation part of \"profile\"")
|
|
|
|
(define pkg-authors '(eli))
|