X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fstatistics%2FEngine.hpp;h=61a9fe61d0e65ae38f30fd4102338b74c6fbbda4;hb=75e01e90ae4e1f29813eabe40c3e6b5eea8457bf;hp=8f59a2e38710f1ef4d93d5d4d5eacfa1999357cd;hpb=66409396bebc1cfeb63d404f3aee8639159298d5;p=anna.git diff --git a/include/anna/statistics/Engine.hpp b/include/anna/statistics/Engine.hpp index 8f59a2e..61a9fe6 100644 --- a/include/anna/statistics/Engine.hpp +++ b/include/anna/statistics/Engine.hpp @@ -142,9 +142,11 @@ public: * easily. Anyway, you could allocate this class objects without using this. Then, this is a helper to create accumulators * and centralize their reports. * + * @param name Accumulator name + * * @return New allocated accumulator, to be used by the client */ - Accumulator *createAccumulator() throw(); + Accumulator *createAccumulator(const std::string &name) throw(); /** * Class string representation