CHAPTER 10

image

Monitoring Your Applications with Observatory

In this chapter we will see a relatively new tool introduced in Dart called Observatory. We will see how take advantage of using it to debug and profile our web and command-line applications.

Observatory

Observatory, a tool for profiling and debugging Dart applications, was introduced in Dart 1.4. As you know, Dart is an interpreted programming language that needs the Dart VM to run. Diving into the virtual machine is very important as it is useful to know how everything works in order to try to improve it. Sadly, not everyone has the knowledge or the time to investigate how things work ...

Get Web Programming with Dart now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.