garbage-collection

What does allocation rate means in JMH

对着背影说爱祢 提交于 2020-08-24 10:41:09
问题 I'm trying to measure the memory consumed when running the benchmark. I found out on the internet that I can use GC profiler to measure that. I tried but I don't understand the answer as well as see the amount of consumed memory. Can anyone explain the results? Thanks. MyBenchmark.testMethod_width_2_attribute_text ss 60 32.345 ± 1.759 ms/op MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate ss 60 26.904 ± 0.217 MB/sec MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate.norm

What does allocation rate means in JMH

安稳与你 提交于 2020-08-24 10:40:48
问题 I'm trying to measure the memory consumed when running the benchmark. I found out on the internet that I can use GC profiler to measure that. I tried but I don't understand the answer as well as see the amount of consumed memory. Can anyone explain the results? Thanks. MyBenchmark.testMethod_width_2_attribute_text ss 60 32.345 ± 1.759 ms/op MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate ss 60 26.904 ± 0.217 MB/sec MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate.norm

What does allocation rate means in JMH

回眸只為那壹抹淺笑 提交于 2020-08-24 10:40:11
问题 I'm trying to measure the memory consumed when running the benchmark. I found out on the internet that I can use GC profiler to measure that. I tried but I don't understand the answer as well as see the amount of consumed memory. Can anyone explain the results? Thanks. MyBenchmark.testMethod_width_2_attribute_text ss 60 32.345 ± 1.759 ms/op MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate ss 60 26.904 ± 0.217 MB/sec MyBenchmark.testMethod_width_2_attribute_text:·gc.alloc.rate.norm