| Summary: | G4Timer does not return valid elapsed (wall clock) time | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Michael Kelsey <kelsey> |
| Component: | global/management | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | 10.4 | ||
| Hardware: | Apple | ||
| OS: | Mac OS X | ||
|
Description
Michael Kelsey
2018-05-04 23:12:19 CEST
The implementation of G4Timer has been recently reviewed to and migrated for real (wall) time to use std::chrono::high_precision_clock from C++11. It should work correctly now also on MacOS. Please, try it out in one of the recent reference tags. |