8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 20:03:03 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
roman-simakov
b1f08e4492 Small optimization of RuntimeStatistics to avoid multiple constructor/destructor usage.
RuntimeStatistics::operator-= (+=) were moved to class declaration to make them inline.
2008-12-16 15:17:50 +00:00
dimitr
c4c496b79c Fixed CORE-2017: I/O statistics for stored procedures is not accounted in monitoring tables.
This patch adds lazy statistics increments to the whole request call stack.
2008-11-06 16:04:20 +00:00
robocop
61662f5b5b Constness and style. 2008-04-19 09:42:01 +00:00
asfernandes
41faeba3cc Misc 2007-12-05 00:03:15 +00:00
alexpeshkoff
f14aac9dc1 Comment 2007-12-04 13:47:03 +00:00
alexpeshkoff
eea9070f48 Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster 2007-12-03 15:46:39 +00:00
mkubecek
5899bc3241 incorrect type 2007-11-30 14:05:26 +00:00
asfernandes
ad13b126d1 Misc 2007-11-30 00:35:44 +00:00
dimitr
65bde054e9 A few trivial optimizations. 2007-11-29 10:26:23 +00:00
dimitr
7903960607 Reset the statistics for every sub-request (aka call) execution. 2007-09-25 12:09:54 +00:00
dimitr
1bd3885359 Misc. 2007-09-05 07:07:06 +00:00
dimitr
4b5b5741b8 Added a new class to handle aggregated multi-level performance counters.
Unavailable externally for now, the code exists just to be tested in production.
2006-10-07 10:42:02 +00:00