Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Google Benchmark adds /real_time to the end of the benchmark name to indicate if the real_time observation should be preferred over the cpu_time observation.
Example: AllocateDeallocate<Jemalloc>/size:1048576/real_time
Archery is looking for "/realtime", not "/real_time" though.
@property def is_realtime(self): """ Indicate if the preferred value is realtime instead of cputime. """ return self.name.find("/realtime") != -1
Attachments
Issue Links
- links to