Ticket #391 (closed task: duplicate)
Database profiler time
| Reported by: | agsel | Owned by: | |
|---|---|---|---|
| Priority: | important | Milestone: | 2.0.2 Stable |
| Component: | Database adapter | Version: | 1.0.0 Stable |
| Keywords: | database, profile, timer | Cc: |
Description
Database profiler should use QTimer (#390) to calculate execution times of the queries.
Each query should have a start time (compared to app start time, eg how many seconds has the app been running) and execution time (the duration of the query).
Profile array should have to timer object as the 3rd element. Each different query should have a different timer (for example, queryLogger1, queryLogger2 etc).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
