Is stopwatch benchmarking acceptable?

后端 未结 13 2223
夕颜
夕颜 2020-11-28 03:07

Does anyone ever use stopwatch benchmarking, or should a performance tool always be used? Are there any good free tools available for Java? What tools do you use?

13条回答
  •  借酒劲吻你
    2020-11-28 03:50

    I always use stopwatch benchmarking as it is so much easier. The results don't need to be very accurate for me though. If you need accurate results then you shouldn't use stopwatch benchmarking.

提交回复
热议问题