mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
- let 'showloadtimes' measure UDMF parsing.
This commit is contained in:
parent
3e0325c8b0
commit
ae49044f96
1 changed files with 2 additions and 0 deletions
|
@ -3754,7 +3754,9 @@ void P_SetupLevel (char *lumpname, int position)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
times[0].Clock();
|
||||||
P_ParseTextMap(map, missingtex);
|
P_ParseTextMap(map, missingtex);
|
||||||
|
times[0].Unclock();
|
||||||
}
|
}
|
||||||
|
|
||||||
times[6].Clock();
|
times[6].Clock();
|
||||||
|
|
Loading…
Reference in a new issue