Features/Tracing/UseCases: Difference between revisions
(Created page with '==Enabling trace events at runtime== ==Starting with trace events enabled==') |
No edit summary |
||
Line 1: | Line 1: | ||
We need to focus on the basic tracing use cases that are needed to satisfy most users. | |||
==Enabling trace events at runtime== | ==Enabling trace events at runtime== | ||
* A virtual machine is running and has tracing built in. | |||
* The user decides to observe a set of trace events. | |||
* The user decides to stop tracing. | |||
==Starting with trace events enabled== | ==Starting with trace events enabled== | ||
* The user wishes to observe a set of trace events that may include behavior before the VM even starts. |
Revision as of 13:55, 6 July 2010
We need to focus on the basic tracing use cases that are needed to satisfy most users.
Enabling trace events at runtime
- A virtual machine is running and has tracing built in.
- The user decides to observe a set of trace events.
- The user decides to stop tracing.
Starting with trace events enabled
- The user wishes to observe a set of trace events that may include behavior before the VM even starts.