core icon indicating copy to clipboard operation
core copied to clipboard

Reimplement pcu::Time with `std::chrono::monotonic_clock`

Open bobpaw opened this issue 11 months ago • 1 comments

We should just use std::chrono::monotonic_clock? That way the implementation will be the same for both MPI builds and SCOREC_NO_MPI builds

Originally posted by @jacobmerson in https://github.com/SCOREC/core/pull/425#discussion_r1962809721

bobpaw avatar Mar 12 '25 01:03 bobpaw

I agree. That is a good idea.

cwsmith avatar Mar 12 '25 13:03 cwsmith