From c36f442f7372c4b758360955181e026a82abc847 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 29 Sep 2021 22:51:20 -0700 Subject: [PATCH] Add hottie: Sampling profiler that finds hot paths in your code. (#2016) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 75c6c5b..71aa019 100644 --- a/packages.json +++ b/packages.json @@ -11401,6 +11401,19 @@ "license": "MIT", "web": "https://github.com/treeform/genny" }, + { + "name": "hottie", + "url": "https://github.com/treeform/hottie", + "method": "git", + "tags": [ + "profile", + "timing", + "performance" + ], + "description": "Sampling profiler that finds hot paths in your code.", + "license": "MIT", + "web": "https://github.com/treeform/hottie" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",