timestamp property

DateTime timestamp
final

User-provided timestamp of the result. Must be in UTC.

Generally, this is DateTime.now().toUtc() at the point of benchmark creation.

Implementation

final DateTime timestamp;