Ticket #146 (closed Bug: fixed)
Best response time from simulation
Reported by: | jlegrand | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | framework | Version: | trunk |
Keywords: | Cc: |
Description
The best response time from simulation always return 0 (the average is also wrong after checking the code).
Change History
Note: See
TracTickets for help on using
tickets.
In Cyclic_Response_Time_By_Simulation procedure, the iterator for counting computed response time is set in the activation time initialization loop instead of the response time computation loop. Therefore, there is always a 0 response time. The min and average response time are then incorrectly computed.