update docs

This commit is contained in:
huoyo 2022-10-16 19:57:58 +08:00
parent 0b82f11ceb
commit 2b28ec4ed5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'> <img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'>
</div> </div>
<h4>A springboot tool for tracking the paths of methods,which can help you find method's performances easily.</h4> <h4>A springboot tool for tracing call graph ,which can help you find method's performances easily.</h4>
- [x] Tracking the Java methods and calculating their execution times - [x] Tracking the Java methods and calculating their execution times
- [x] Show the paths of methods - [x] Show the paths of methods

View File

@ -10,7 +10,7 @@
</div> </div>
<h4>A springboot tool for tracking the paths of methods,which can help you find method's performances easily.</h4> <h4>A springboot tool for tracing call graph ,which can help you find method's performances easily.</h4>
- [x] Tracking the Java methods and calculating their execution times - [x] Tracking the Java methods and calculating their execution times
- [x] Show the paths of methods - [x] Show the paths of methods