diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-03-10 22:02:49 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-03-10 22:02:49 -0800 |
| commit | c2e88db89a8ba111efd0c1b61cc8dec400a007cb (patch) | |
| tree | e4e8239133679c5ed284cbee7895d6a2e20862fa /indra/llcommon/llmetricperformancetester.h | |
| parent | 18a66fb7618c80108d224c9b1c3ff14cc5f3a87f (diff) | |
STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit.
Diffstat (limited to 'indra/llcommon/llmetricperformancetester.h')
| -rw-r--r-- | indra/llcommon/llmetricperformancetester.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcommon/llmetricperformancetester.h b/indra/llcommon/llmetricperformancetester.h index b790b636a7..1a18cdf36f 100644 --- a/indra/llcommon/llmetricperformancetester.h +++ b/indra/llcommon/llmetricperformancetester.h @@ -138,6 +138,12 @@ public: static LLMetricPerformanceTesterBasic* getTester(std::string name) ; /** + * @return Delete the named tester from the list + * @param[in] name - Name of the tester instance to delete. + */ + static void deleteTester(std::string name); + + /** * @return Returns TRUE if that metric *or* the default catch all metric has been requested to be logged * @param[in] name - Name of the tester queried. */ |
