aboutsummaryrefslogtreecommitdiff
path: root/src/common/Metric
AgeCommit message (Expand)Author
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-08Core/Misc: Remove boost/algorithm dependencyShauren
2025-05-19Core/Misc: Fixed some uninitialized variablesShauren
2024-12-09Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-06Core/Misc: Remove boost::container::small_vector from header filesShauren
2022-06-10Core/Metric: Sync default Metric.Interval valuejackpoz
2022-06-10Core/Metric: Fixed double logging metric timersShauren
2022-06-10Core/Metric: Build fix for WITH_DETAILED_METRICSShauren
2022-06-10Core/Metric: Minor optimizations for metrics (reducing number of allocations)Shauren
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-27Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-01-26Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metricjackpoz
2022-01-24Core/Metric: Add new metric in World::UpdateSessions()jackpoz
2022-01-24Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2022-01-24Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23Core/Metric: Log Map::Update() times (#25067)Giacomo Pozzoni
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2022-01-06Log number of Creatures and GameObject per map (#24809)Giacomo Pozzoni
2021-12-02Shared/Metric: Fix a rare memory leakjackpoz
2021-08-08Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz
2021-03-15Shared/Metric: Fix crash on shutdownjackpoz
2021-02-25Shared/Metric: Stop metrics on shutdownjackpoz
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-01-02New YearAokromes
2019-04-14Core/Dep: Boost 1.70 compatibilityShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-05-11Core/Common: Include cleanupShauren
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-11-14Shared/Metric: Initial support for tag value escapingjackpoz
2016-06-04Implement real time statistic visualization (#16956)DDuarte