← Back to team overview

sikuli-driver team mailing list archive

[Bug 1229100] [NEW] [request] want time profiling support

 

Public bug reported:

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!

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References