mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 08:48:30 +08:00
update docs
This commit is contained in:
parent
c5f5935a25
commit
86112c8205
@ -5,6 +5,7 @@
|
||||
|
||||
<div align="center">
|
||||
<img src='https://gitee.com/huoyo/ko-time/badge/star.svg'>
|
||||
<img src='https://img.shields.io/github/stars/huoyo/ko-time.svg?&label=Stars&logo=github'>
|
||||
<img src='https://shields.io/badge/version-2.4.0-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'>
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
<div align="center">
|
||||
<img src='https://gitee.com/huoyo/ko-time/badge/star.svg'>
|
||||
<img src='https://img.shields.io/github/stars/huoyo/ko-time.svg?&label=Stars&logo=github'>
|
||||
<img src='https://shields.io/badge/version-2.4.0-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'>
|
||||
|
||||
@ -9,6 +9,9 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
* zhangchang
|
||||
* Note:数据的存储目前是没有考虑线程安全的,实际意义上来说,我们并不需要完整记录每一次调用的结果,因为同一个方法来说,高频调用情况下,每次的耗时差距并不大,
|
||||
* 除此之外项目还增加了ko-time.discard-rate参数允许你去丢弃一部分数据,从而提高IO
|
||||
* We did not care about thread-safety of all data savers,because it is unnecessary for your actual application
|
||||
*/
|
||||
public interface GraphService {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user