From 69dca735bdbf86341c499e73b1d7da8186ea1e26 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Tue, 2 Jul 2019 20:23:59 -0700 Subject: [PATCH] Add thetool (#951) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ea8eaae..38bfd37 100644 --- a/readme.md +++ b/readme.md @@ -218,6 +218,7 @@ - [ctrace](https://github.com/automation-stack/ctrace) - Well-formatted and improved trace system calls and signals. - [leakage](https://github.com/andywer/leakage) - Write memory leak tests. - [llnode](https://github.com/nodejs/llnode) - Post-mortem analysis tool which allows you to inspect objects and get insights from a crashed Node.js process. +- [thetool](https://github.com/sfninja/thetool) - Capture different CPU, memory, and other profiles for your app in Chrome DevTools friendly format. ### Logging