From f5e9262183bbb765e131c650e518dc9e034c9a13 Mon Sep 17 00:00:00 2001 From: Knut Nesheim Date: Thu, 28 Mar 2013 11:42:42 +0100 Subject: [PATCH] Added note about project state to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07723d2..f0cad5b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kprof +**Vaporware! It doesn't actually work!** + kprof allows you to measure time spent in interesting functions on the execution path of a request, even as it travels across processes.