- R High Performance Programming
- Aloysius Lim William Tjhi
- 188字
- 2021-08-06 19:17:07
Chapter 2. Profiling – Measuring Code's Performance
The first step to improve the performance of R programs is to identify where the performance bottlenecks are occurring. To do this, we profile or measure the performance of an R program as it runs with respect to various measures such as execution time, memory utilization, CPU utilization, and disk I/O. This gives us a good idea of how the program and its parts perform, so that we can tackle the biggest bottlenecks first. This chapter will show you how to use a few simple tools to measure the performance of R programs.
The 80/20 rule is applied here. 80 percent of the possible performance improvements can usually be achieved by tackling 20 percent of the largest performance problems. We will look at how to determine which problems to solve first in order to get maximum improvement in the least amount of time and effort.
This chapter covers the following topics:
- Measuring the total execution time
- Profiling the execution time
- Profiling the memory utilization
- Monitoring memory utilization, CPU utilization, and disk I/O using OS tools
- Identifying and resolving bottlenecks
- The Complete Rust Programming Reference Guide
- OpenStack Cloud Computing Cookbook(Third Edition)
- 機器學習系統:設計和實現
- Rust編程:入門、實戰與進階
- 數據結構(Java語言描述)
- Easy Web Development with WaveMaker
- 用Flutter極速構建原生應用
- Python編程與幾何圖形
- VMware虛擬化技術
- Selenium Testing Tools Cookbook(Second Edition)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Hands-On Robotics Programming with C++
- Managing Windows Servers with Chef
- TypeScript High Performance
- 給產品經理講技術