Java Performance measurement

前端 未结 6 954
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 03:53

I am doing some Java performance comparison between my classes, and wondering if there is some sort of Java Performance Framework to make writing performance measurement cod

6条回答
  •  死守一世寂寞
    2020-12-10 04:20

    These guys designed a good JVM measurement methodology so you won't fool yourself with bogus numbers, and then published it as a Python script so you can re-use their smarts -

    Statistically Rigorous Java Performance Evaluation (pdf paper)

提交回复
热议问题