Uses of Class
org.miaixz.bus.core.lang.thread.ConcurrencyTester
Packages that use ConcurrencyTester
Package
Description
提供线程及高并发封装
提供各种工具封装
xyz:做好一切必要准备,可以行动了
-
Uses of ConcurrencyTester in org.miaixz.bus.core.lang.thread
Methods in org.miaixz.bus.core.lang.thread that return ConcurrencyTester -
Uses of ConcurrencyTester in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return ConcurrencyTesterModifier and TypeMethodDescriptionstatic ConcurrencyTesterThreadKit.concurrencyTest(int threadSize, Runnable runnable) 并发测试 此方法用于测试多线程下执行某些逻辑的并发性能 调用此方法会导致当前线程阻塞。 结束后可调用getInterval()方法获取执行时间