skidder
7c743fc291
Fix build warnings
2014-07-17 18:48:46 +00:00
hvlad
24d152138d
Refactoring of runtime statistics and related classes:
...
- moved relation's counters into RuntimeStatistics.h
- renamed RuntimeStatistics::bumpValue to RuntimeStatistics::bumpRelValue and thread_db::bumpStats to thread_db::bumpRelStats to make things more clear
- removed not obvious cast in VIO_bump_count
- removed dependency of RuntimeStatistics.h from ntrace.h
2012-04-11 09:38:19 +00:00
hvlad
fef1f49c94
Shared page cache implementation
2011-05-09 10:15:19 +00:00
alexpeshkoff
e05c1a825f
Moved some more .h-files to common from jrd as Vlad suggested
2010-10-13 10:39:52 +00:00
robocop
ed3bf49744
Misc.
2009-11-23 05:40:18 +00:00
asfernandes
b754e0fd59
Warnings
2009-06-04 15:17:18 +00:00
alexpeshkoff
2f7ab21392
misc
2009-04-28 10:54:45 +00:00
asfernandes
f6f364da49
Trim trailling spaces
2009-04-04 16:39:31 +00:00
hvlad
22a6f3e96f
Simplification
2009-02-11 11:37:43 +00:00
alexpeshkoff
bd0d9bfe99
Add new class PointerArray and use it in RuntimeStatistics.
...
Now RuntimeStatistics has 3 #ifdef choices: SortedArray, PointersArray or Tree.
2009-02-09 14:11:16 +00:00
robocop
a18dc0519f
Misc, style, fixing dangerous warnings, constness, etc.
2009-02-08 11:23:46 +00:00
asfernandes
1105286dee
Misc
2009-02-07 15:20:34 +00:00
dimitr
f5485fe687
Misc.
2009-02-07 12:30:25 +00:00
hvlad
7b2f120ae4
Performance : don't perform costly operations if not needed
2009-02-05 16:15:05 +00:00
asfernandes
612c108e3e
Misc
2009-02-02 03:35:52 +00:00
hvlad
115602ff06
Trace services support
2009-02-01 22:10:12 +00:00
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
alexpeshkoff
eea9070f48
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
2007-12-03 15:46:39 +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
7418224c16
Small optimization.
2007-03-23 13:50:17 +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