Changes:
- Profile:
- Analysis of events is completely rewritten
- Calculation of time lost in database calls
- Calculation of time lost between database calls
- Calculation of general not considered time
- The histogram of allocation of events
- Grouping of SQL statements on a body/body without literals (with equal dep)
- Added section of snapshots of SQL statements:
- Snapshot of SQL statement caused a fetch/exec or parse error
- Snapshot of SQL statement executed before transaction rollback
- Snapshot of SQL statement executable before "break/reset from/to client events" (e.g: possible not processed error by call RPC, PL/SQL)
- Snapshot of SQL statement executable with bind, containing the text "ORA-..." (e.g.: statement like "insert into user_log (:B1);" where B1 = ' program abort: ORA-01403 no data found at...'
- The section for variables of binding is refined:
- Added maximum duration of SQL statement with a specific set of variables
- Added duration for operations of executing, fetching
- Output of section as a part of snapshot section
You can download LightProfiler direct from this site ( visit Downloads ) or from SourceForge.net