mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 21:41:35 +00:00
Reorder profiler stats according to timeline
This commit is contained in:
parent
82285dadc4
commit
cd4b7db02d
1 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,7 @@ namespace OMW
|
||||||
{
|
{
|
||||||
Input,
|
Input,
|
||||||
Sound,
|
Sound,
|
||||||
|
LuaSyncUpdate,
|
||||||
State,
|
State,
|
||||||
Script,
|
Script,
|
||||||
Mechanics,
|
Mechanics,
|
||||||
|
@ -36,9 +37,8 @@ namespace OMW
|
||||||
PhysicsWorker,
|
PhysicsWorker,
|
||||||
World,
|
World,
|
||||||
Gui,
|
Gui,
|
||||||
Lua,
|
|
||||||
LuaSyncUpdate,
|
|
||||||
WindowManager,
|
WindowManager,
|
||||||
|
Lua,
|
||||||
Number,
|
Number,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ namespace OMW
|
||||||
inline const UserStats UserStatsValue<UserStatsType::Lua>::sValue{ "Lua", "lua" };
|
inline const UserStats UserStatsValue<UserStatsType::Lua>::sValue{ "Lua", "lua" };
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
inline const UserStats UserStatsValue<UserStatsType::LuaSyncUpdate>::sValue{ " -Sync", "luasyncupdate" };
|
inline const UserStats UserStatsValue<UserStatsType::LuaSyncUpdate>::sValue{ "LuaSync", "luasyncupdate" };
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
inline const UserStats UserStatsValue<UserStatsType::WindowManager>::sValue{ "WindowManager", "windowmanager" };
|
inline const UserStats UserStatsValue<UserStatsType::WindowManager>::sValue{ "WindowManager", "windowmanager" };
|
||||||
|
|
Loading…
Reference in a new issue