Skip to content

Commit

Permalink
Add caution notice; release first version
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrz committed Oct 17, 2017
1 parent d074ff0 commit 654013f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down

0 comments on commit 654013f

Please sign in to comment.