mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +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,
|
||||
Sound,
|
||||
LuaSyncUpdate,
|
||||
State,
|
||||
Script,
|
||||
Mechanics,
|
||||
|
@ -36,9 +37,8 @@ namespace OMW
|
|||
PhysicsWorker,
|
||||
World,
|
||||
Gui,
|
||||
Lua,
|
||||
LuaSyncUpdate,
|
||||
WindowManager,
|
||||
Lua,
|
||||
Number,
|
||||
};
|
||||
|
||||
|
@ -79,7 +79,7 @@ namespace OMW
|
|||
inline const UserStats UserStatsValue<UserStatsType::Lua>::sValue{ "Lua", "lua" };
|
||||
|
||||
template <>
|
||||
inline const UserStats UserStatsValue<UserStatsType::LuaSyncUpdate>::sValue{ " -Sync", "luasyncupdate" };
|
||||
inline const UserStats UserStatsValue<UserStatsType::LuaSyncUpdate>::sValue{ "LuaSync", "luasyncupdate" };
|
||||
|
||||
template <>
|
||||
inline const UserStats UserStatsValue<UserStatsType::WindowManager>::sValue{ "WindowManager", "windowmanager" };
|
||||
|
|
Loading…
Reference in a new issue