Values.TimeRangeSourceA structure that defines the time range that you want to retrieve results from.
type nonrec t = {after : QueryTimestamp.t;The beginning of the time range to retrieve performance events from.
*)before : QueryTimestamp.t option;The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
*)}