Skip to content

Commit

Permalink
[Grammar] 7-0 Introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dendibakh authored Aug 9, 2024
1 parent 47a6219 commit 280aba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ In the previous chapter, we explored the features implemented in modern processo

This chapter gives a quick overview of the most popular tools available on major platforms. The choice will vary depending on which OS and CPU you're using. Some of the tools are cross-platform but the majority are not, so it is important to know what tools are available to you. Those profiling tools are usually developed and maintained by the hardware vendors themselves because they are the ones who know how to properly use the performance monitoring features available on their CPUs. Unfortunately, this creates a situation when you need to install a specialized tool depending on which CPU you are using if you need to do advanced performance engineering work.

After reading the chapter, take the time to practice using tools that you may eventually use. Familiarize yourself with the interface and workflow of those tools. Profile the application that you work with on a daily basis. Even if you don't find any actionable insights, you will be much better prepared when the actual need arises.
After reading the chapter, take the time to practice using tools that you may eventually use. Familiarize yourself with the interface and workflow of those tools. Profile the application that you work with daily. Even if you don't find any actionable insights, you will be much better prepared when the actual need arises.

0 comments on commit 280aba7

Please sign in to comment.