Ticket #40 (new enhancement)

Opened 2 years ago

add performance meters into the log file

Reported by: sacha Assigned to: sacha
Priority: minor Milestone: general-future
Component: test-environment Version: pre-first-version
Keywords: Cc:

Description

for each major method (main methods in business_logic file) add something like:

  • performance identifier (xxxperformancexxx)
  • transaction id
  • method start time
  • method end time

after with a tool grep through the log file and create somehow a statistics how much time is spent in the individual methods. maybe have gnuplot draw something nice.