CodeTrack: Rescoping
Rescoping allows you to select one or more ranges in your timeline and then only get performance info for the selected ranges. This enables you to zoom in on particular moments of your applications lifetime. Rescoping affects every view on your data. This means not only the timeline itself gets sliced, but also the information in the thread views, list view, exceptions, assembly view etc.
The data that will be in scope is the data of every green tick in your range. In other words: if you select a range not containing
any sample (green tick), you will have no data left.
Another consequence is that possibly there will be methods in your trees that seem to be out of your selected
range, this is because their sample (green tick) does appear in your range.
The easiest way to grasp this, is to realize that if you select a sample (green tick), all methods that occur
after this tick and before the next tick are added to your selected range.