From 654013f1a8dabdc98191bd9d6a1a0c9b225cd6e1 Mon Sep 17 00:00:00 2001 From: Kashyap Date: Tue, 17 Oct 2017 19:34:07 +0530 Subject: [PATCH] Add caution notice; release first version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b224530..1e693e3 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ babel-plugin-console-perf A babel plugin to assist in improving JS code performance. I got this -idea when browing documentation on various `console` methods, and +idea when browsing documentation on various `console` methods, and discovered that there's a `console.profile` function that automatically starts and stops the JavaScript profiler for a particular region inside the function. I wanted to make this as seamless as possible. +**Note: Alpha quality program. Use with caution, and _never_ use this +to production** + + How this works --------------