Opened 14 years ago
Closed 14 years ago
#405 closed enhancement (fixed)
CPU time vs. wall clock time
Reported by: | Christian Speckner | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.0.5 |
Component: | core | Version: | 2.0.4 |
Severity: | minor | Keywords: | |
Cc: |
Description
WHIZARD currently uses the total CPU time to estimate the time necessary for event generation. While this is adequate for a single threaded program, it is misleading for a multithreaded program as the CPU time taken by all threads is summed up in this value. I think the wall clock time would be a better choice here...
Note: See
TracTickets for help on using
tickets.
Replaced CPU time with wall clock time in r3123.