index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T12:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Metric
/
Metric.cpp
Age
Commit message (
Expand
)
Author
2025-06-08
Core/Misc: Remove boost/algorithm dependency
Shauren
2024-12-09
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
Shauren
2023-12-08
Core/Misc: Minor code modernization - kill std::bind
Shauren
2023-08-25
Core/Logging: Fixed log message order not being preserved when async logging ...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-06
Core/Misc: Remove boost::container::small_vector from header files
Shauren
2022-06-10
Core/Metric: Sync default Metric.Interval value
jackpoz
2022-06-10
Core/Metric: Minor optimizations for metrics (reducing number of allocations)
Shauren
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-01-24
Core/Metric: Log detailed metrics about each opcode handler (#25153)
Giacomo Pozzoni
2022-01-23
Core/Metric: Add more metrics about World::Update() loop (#25098)
Giacomo Pozzoni
2022-01-23
Core/Metric: Log Map::Update() times (#25067)
Giacomo Pozzoni
2022-01-06
Log number of Creatures and GameObject per map (#24809)
Giacomo Pozzoni
2021-12-02
Shared/Metric: Fix a rare memory leak
jackpoz
2021-03-15
Shared/Metric: Fix crash on shutdown
jackpoz
2021-02-25
Shared/Metric: Stop metrics on shutdown
jackpoz
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-01-02
New Year
Aokromes
2019-04-14
Core/Dep: Boost 1.70 compatibility
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-06
Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-11-14
Shared/Metric: Initial support for tag value escaping
jackpoz
2016-06-04
Implement real time statistic visualization (#16956)
DDuarte