From baef0220f284c759ee1dbe24fbcc43b88400d1ee Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 17 Mar 2014 17:54:05 -0400 Subject: [PATCH] Export analysis function for use by the feature-specific profiler. --- pkgs/contract-profile/main.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/contract-profile/main.rkt b/pkgs/contract-profile/main.rkt index e786f53a47..734bcac354 100644 --- a/pkgs/contract-profile/main.rkt +++ b/pkgs/contract-profile/main.rkt @@ -223,7 +223,8 @@ ;; Entry point (provide (rename-out [contract-profile/user contract-profile]) - contract-profile-thunk) + contract-profile-thunk + analyze-contract-samples) ; for feature-specific profiler ;; TODO have kw args for profiler, etc. ;; TODO have kw args for output files