From 32b9e2070b3cf44b6b38ab0c0383b85e87852d50 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2018 20:58:59 +0300 Subject: Add basic performance counters. Add in debug window new tab with this counters. --- src/const/utils/perfstat.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/const/utils/perfstat.h (limited to 'src/const') diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h new file mode 100644 index 000000000..9f7430516 --- /dev/null +++ b/src/const/utils/perfstat.h @@ -0,0 +1,29 @@ +/* + * The ManaPlus Client + * Copyright (C) 2018 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef CONST_UTILS_PERFSTAT_H +#define CONST_UTILS_PERFSTAT_H + +#include "localconsts.h" + +static const int PERFSTAT_MAX = 120; +static const int PERFSTAT_LAST_STAT = 13; + +#endif // CONST_UTILS_PERFSTAT_H -- cgit v1.2.3-70-g09d2