
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
11 lines
259 B
Racket
11 lines
259 B
Racket
#lang info
|
|
|
|
(define collection "profile")
|
|
(define deps '("base" "errortrace-lib"))
|
|
(define build-deps '("at-exp-lib"
|
|
"rackunit-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"profile\"")
|
|
|
|
(define pkg-authors '(eli))
|