Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h @ 5493:b3ebe249ed5b pg-transactions
At startup, when using a database plugin, display the latency to access the DB
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 15 Jan 2024 18:25:08 +0100 |
parents | 176bc05f85f4 |
children | 4dd50c4b985a |
comparison
equal
deleted
inserted
replaced
5492:26877f4b306f | 5493:b3ebe249ed5b |
---|---|
87 virtual unsigned int GetDatabaseVersion() ORTHANC_OVERRIDE; | 87 virtual unsigned int GetDatabaseVersion() ORTHANC_OVERRIDE; |
88 | 88 |
89 virtual void Upgrade(unsigned int targetVersion, | 89 virtual void Upgrade(unsigned int targetVersion, |
90 IStorageArea& storageArea) ORTHANC_OVERRIDE; | 90 IStorageArea& storageArea) ORTHANC_OVERRIDE; |
91 | 91 |
92 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE; | |
93 | |
92 virtual const IDatabaseWrapper::Capabilities& GetDatabaseCapabilities() const ORTHANC_OVERRIDE; | 94 virtual const IDatabaseWrapper::Capabilities& GetDatabaseCapabilities() const ORTHANC_OVERRIDE; |
93 }; | 95 }; |
94 } | 96 } |
95 | 97 |
96 #endif | 98 #endif |