应用性能跟踪库Caudit.zip

时间:2022-08-05 12:23:52
【文件属性】:

文件名称:应用性能跟踪库Caudit.zip

文件大小:44KB

文件格式:ZIP

更新时间:2022-08-05 12:23:52

开源项目

Caudit 是一个简单的库用来记录应用程序的性能、健康状态和运行相关的统计信息。 示例代码: //Mapping audit to integer is for performance(string comparison vs integer comparison) private final static int BASIC_STOPWATCH_ID = Audits.mapAudit("example.basicStopwatch"); public void tryOut(){     final Stopwatch stopwatch = Audits.getBasicStopwatch(BASIC_STOPWATCH_ID);     stopwatch.start();     doSomeWork();     stopwatch.stop(); } 标签:Caudit


【文件预览】:
caudit-master
----caudit-observers()
--------src()
--------pom.xml(1KB)
----caudit-examples()
--------pom.xml(668B)
----caudit()
--------src()
--------pom.xml(436B)
----LICENCE(575B)
----README.md(6KB)
----pom.xml(3KB)
----.gitignore(189B)

网友评论