-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java代码性能评估库Stalker介绍 | 闪烁之狐 #74
Comments
卡哇伊 |
liha |
com.blinkfox.stalker.config.Options类中public static Options of(String name);方法的注释是不是忘记改了,注释写的是“ 根据'执行次数'来构建Options实例. ” 应该是名字吧, |
您好,我有个地方不太明白,在com.blinkfox.stalker.config.Options类中public static Options of();方法里,第一句代码明明已经得到了默认配置的Options类,为什么还要再new一个新的Options将默认的配置参数填进去返回呢?直接返回getDefaultOptions()得到的Options类不行吗。望指教O(∩_∩)O |
嗯, |
而 |
懂了,之前我的理解有误,谢谢 |
https://blinkfox.github.io/2019/02/14/hou-duan/java/java-dai-ma-xing-neng-ping-gu-ku-stalker-jie-shao/
English Document
这是一个简单的用来对Java代码做性能评估的工具库。
特性
轻量级(jar包仅26kb)
API简单易用
易于集成或扩展
Maven集成<dependency>
<groupId>
The text was updated successfully, but these errors were encountered: