- let 'showloadtimes' measure UDMF parsing.

This commit is contained in:
Christoph Oelckers 2013-12-19 17:59:58 +01:00
parent 3e0325c8b0
commit ae49044f96

View file

@ -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();