X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fstatistics%2FEngine.hpp;h=1852e1a73bdc332996b55dbfa63febb20870cf44;hp=5300cfa3e2e3e780fbf5b6915c2f59f04d8a20ea;hb=0c533bf948a63d134c8001e16b15194b197cb99a;hpb=3b2bc9873ddd3fa3418046fe6b1c320552d34b23 diff --git a/include/anna/statistics/Engine.hpp b/include/anna/statistics/Engine.hpp index 5300cfa..1852e1a 100644 --- a/include/anna/statistics/Engine.hpp +++ b/include/anna/statistics/Engine.hpp @@ -115,11 +115,12 @@ public: /** * Disable sample log for statistics processings * - * @param id Concept identification. + * @param id Concept identification. If -1 value is provided, all concepts will be deactivated. * * @return @em false if not concept is registered with provided id + * @warning Many systems add concepts dynamically. This method only affects to current concepts registered at statistics engine. */ - bool disableSampleLog(const int & id) throw(); + bool disableSampleLog(const int & id = -1) throw(); // Gets