- Mastering High Performance with Kotlin
- Igor Kucherenko
- 196字
- 2021-06-25 20:55:24
Identifying Indicators of Performance Issues
So far, you have an understanding of what performance is. You also know which system bottlenecks lead to performance issues and how they do so. Now, we're ready to talk about how to identify these problems.
Different implementations of the same functionality can impact the performance of the whole application in different ways. It's hard to make the right choice between several approaches if you're guided by your assumptions. Therefore, we should measure performance but not make our choice based on a guess.
Measurement is a significant part of everyday management and technical activities. It's important because measurement gives us the numbers—the objective information—that we need to make informed decisions that improve performance. From the developer's point of view, performance measurement is the process of collecting, analyzing, and reporting information about the performance of an application. This is a vast topic, but a software engineer should know how to detect and recognize performance issues during the testing and post-release stages. That's why we'll touch on the topics most related to developers.
In this chapter, we'll cover the following topics:
- Benchmarking
- General performance metrics
- Oracle WebLogic Server 12c:First Look
- Python深度學習
- 青少年美育趣味課堂:XMind思維導圖制作
- Vue.js 3.0源碼解析(微課視頻版)
- Java程序設計與實踐教程(第2版)
- Java程序設計:原理與范例
- 從Java到Web程序設計教程
- Learning Apache Cassandra
- Arduino Wearable Projects
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 算法圖解
- Application Development with Swift
- LabVIEW數據采集
- 基于JavaScript的WebGIS開發
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)