← Back to team overview

sikuli-driver team mailing list archive

[Bug 1229100] Re: [request] want time profiling support

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

** Changed in: sikuli
   Importance: High => Undecided

** Changed in: sikuli
    Milestone: 2.0.0 => None

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1229100

Title:
  [request] want time profiling support

Status in Sikuli:
  Fix Released

Bug description:
  Hi,

  We would like to add a transaction to our automation scripts that
  record the time taken from the start to the end of the script. We want
  to use this for basic performance testing.

  eg

  StartTransaction();
  <<<run automated script>>>
  EndTransaction();

  Output("Time Taken was " +transactiontime())

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1229100/+subscriptions


References