- Mastering High Performance with Kotlin
- Igor Kucherenko
- 57字
- 2021-06-25 20:55:25
State scope
The JMH provides three scopes, allowing you to reuse a state object across multiple invocations of benchmark methods:
- Thread: Each thread has its own copy of the state
- Group: Each group of threads has its own copy of the state
- Benchmark: All threads share the same state instance
推薦閱讀
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Reporting with Visual Studio and Crystal Reports
- Python科學(xué)計(jì)算(第2版)
- C語言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Bulma必知必會(huì)
- Visual C++串口通信技術(shù)詳解(第2版)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項(xiàng)目教程
- C語言程序設(shè)計(jì)案例精粹
- INSTANT Django 1.5 Application Development Starter
- Oracle Exadata專家手冊(cè)
- Java EE 8 Application Development
- 速學(xué)Python:程序設(shè)計(jì)從入門到進(jìn)階
- Node.js 12實(shí)戰(zhàn)
- 寫給程序員的Python教程
- 動(dòng)手打造深度學(xué)習(xí)框架