- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 210字
- 2021-07-08 09:39:08
Tools
Good debugging tools are essential when you're trying to discover where problems lie. You could write your own crude timing code, and we will show you how to get started with this. However, purpose-built tools are much nicer to work with than simply logging lines of debug information. VS 2017 includes some very useful Application Insights tools that make helpful information easily visible.
Many of the tools discussed in this chapter help you examine areas external to your code. We will cover the profiling of code too, but it's hard to identify problems this way unless the work is purely computational. Slowdowns often happen because of actions your app initiates outside of its immediate stack, and these can be hard to debug by simply stepping through the code. VS 2017 can show you what external actions your app takes, for example, triggering an HTTP API call.
Moving through your program line by line slows down the execution so much that it can make it difficult to identify which lines are fast and which are slow. However, VS does display the time taken since the previous debug step, which can help with this. Nevertheless, the same approach taken for fixing functional bugs cannot always be applied to fix performance issues.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Beginning Java Data Structures and Algorithms
- RTC程序設計:實時音視頻權威指南
- Practical Windows Forensics
- Python金融數據分析
- Python 3破冰人工智能:從入門到實戰
- C#程序設計基礎:教程、實驗、習題
- C語言程序設計簡明教程:Qt實戰
- C++ Application Development with Code:Blocks
- C++ System Programming Cookbook
- Learning D3.js 5 Mapping(Second Edition)
- 軟件設計模式(Java版)
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- PHP程序設計經典300例
- Illustrator CS6中文版應用教程(第二版)