PLVtmr: Program Performance Analyzer

The PLVtmr (PL/Vision TiMeR) package allows you to measure the elapsed time of PL/SQL code; it provides a programmatic layter around the GET_TIME function of Oracle's DBMS_UTILITY package. See PLVtmr: Analyzing Program Performance for details.

Control execution of timings

Setting the repetition value

Setting the factoring value

Capturing the current timestamp

Retrieving and displaying elapsed time

Calibration and timing scripts

PLVtmr offers a set of predefined scripts and calibration programs to test comparative performances. You might find these particular programs useful; you might simply follow their example to construct your own.