Add hottie: Sampling profiler that finds hot paths in your code. (#2016)

This commit is contained in:
treeform 2021-09-29 22:51:20 -07:00 committed by GitHub
parent 5c9f4a4776
commit c36f442f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",