We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527f12 commit ae73e99Copy full SHA for ae73e99
README.md
@@ -1,6 +1,6 @@
1
# simpleAgent
2
It's a simple java agent to monitor every method's execute frequency and time consuming.
3
-As a developer,you probably konw your code's performance roughly,but you never know it for sure.How many times your code was
+As a developer,you probably know your code's performance roughly,but you never know it for sure.How many times your code was
4
invoked during a day,how much time do your code take just for one time running.
5
SimpleAgent is a tool that can do the monitor work for you,it can monitor every method as you want to,and cost almost nothing
6
to your system's performance,so you can use it not only during testing,but after release.
0 commit comments