whizard is hosted by Hepforge, IPPP Durham

Opened 13 years ago

Closed 13 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...

Change History (1)

comment:1 Changed 13 years ago by Christian Speckner

Resolution: fixed
Status: newclosed

Replaced CPU time with wall clock time in r3123.

Note: See TracTickets for help on using tickets.