summaryrefslogtreecommitdiffstats
path: root/reladminif/oidif.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reladminif/oidif.hh')
-rw-r--r--reladminif/oidif.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/reladminif/oidif.hh b/reladminif/oidif.hh
index 33ce760..7444ec9 100644
--- a/reladminif/oidif.hh
+++ b/reladminif/oidif.hh
@@ -184,6 +184,10 @@ class OId
bool operator>= (const OId& old) const;
+ #ifdef RMANBENCHMARK
+ static RMTimer oidAlloc;
+ static RMTimer oidResolve;
+ #endif
protected:
// protection agains writing back unloaded counters => inconsistent DB!!
static bool loadedOk;
@@ -293,7 +297,6 @@ class OId
/*@Doc:
holds all OIdCounters of next* sort, to go with the counterNames.
*/
-
};
extern std::ostream& operator<<(std::ostream& in, const OId& d);