Skip to content

Commit ae73e99

Browse files
author
dingjs
committed
Update README.md
1 parent 9527f12 commit ae73e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# simpleAgent
22
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
3+
As a developer,you probably know your code's performance roughly,but you never know it for sure.How many times your code was
44
invoked during a day,how much time do your code take just for one time running.
55
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
66
to your system's performance,so you can use it not only during testing,but after release.

0 commit comments

Comments
 (0)