Home
last modified time | relevance | path

Searched refs:EnterSection (Results 1 – 16 of 16) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DSaveLoad.cpp114 timer.EnterSection("compiling data"); in SaveGame()
132 timer.EnterSection("path management"); in SaveGame()
159 timer.EnterSection(""); in SaveGame()
203 timer.EnterSection(""); in SaveGame()
218 timer.EnterSection(""); in SaveGame()
256 timer.EnterSection(""); in SaveGame()
283 timer.EnterSection(""); in SaveGame()
311 timer.EnterSection(""); in SaveGame()
363 timer.EnterSection("binary headers"); in LoadGame()
371 timer.EnterSection("binary empires"); in LoadGame()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DSerializeUniverse.cpp78 timer.EnterSection(""); in serialize()
90 timer.EnterSection("designs"); in serialize()
98 timer.EnterSection("vis / known"); in serialize()
110 timer.EnterSection(""); in serialize()
112 timer.EnterSection("load swap"); in serialize()
118 timer.EnterSection(""); in serialize()
121 timer.EnterSection("objects"); in serialize()
128 timer.EnterSection("destroyed ids"); in serialize()
143 timer.EnterSection("id allocator"); in serialize()
169 timer.EnterSection("stats"); in serialize()
[all …]
H A DScopedTimer.cpp197 EnterSection(""); // Stop the final section in ~Impl()
259 void EnterSection(const std::string& section_name) { in EnterSection() function in SectionedScopedTimer::Impl
295 void SectionedScopedTimer::EnterSection(const std::string& section_name) in EnterSection() function in SectionedScopedTimer
296 { m_impl->EnterSection(section_name); } in EnterSection()
H A DScopedTimer.h113 void EnterSection(const std::string& section_name);
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/spring/
H A Dspring.cpp245 tdf.EnterSection( "GAME" ); in WriteScriptTxt()
364 tdf.EnterSection( "mapoptions" ); in WriteScriptTxt()
373 tdf.EnterSection("modoptions"); in WriteScriptTxt()
384 tdf.EnterSection( "RESTRICT" ); in WriteScriptTxt()
431 tdf.EnterSection( "PLAYER" + Util::ToString( i ) ); in WriteScriptTxt()
464 tdf.EnterSection( "AI" + Util::ToString( i ) ); in WriteScriptTxt()
471 tdf.EnterSection( "Options" ); in WriteScriptTxt()
499 tdf.EnterSection( "TEAM" + Util::ToString( teams_to_sorted_teams[status.team] ) ); in WriteScriptTxt()
576 tdf.EnterSection( "ALLYTEAM" + Util::ToString( ally ) ); in WriteScriptTxt()
/dports/games/springlobby/springlobby-0.180/src/
H A Dspring.cpp230 tdf.EnterSection( _T("GAME") ); in WriteScriptTxt()
343 tdf.EnterSection( _T("mapoptions") ); in WriteScriptTxt()
351 tdf.EnterSection(_T("modoptions")); in WriteScriptTxt()
361 tdf.EnterSection( _T("RESTRICT") ); in WriteScriptTxt()
410 tdf.EnterSection( _T("PLAYER") + TowxString( i ) ); in WriteScriptTxt()
440 tdf.EnterSection( _T("AI") + TowxString( i ) ); in WriteScriptTxt()
447 tdf.EnterSection( _T("Options") ); in WriteScriptTxt()
474 tdf.EnterSection( _T("TEAM") + TowxString( teams_to_sorted_teams[status.team] ) ); in WriteScriptTxt()
552 tdf.EnterSection( _T("ALLYTEAM") + TowxString( ally ) ); in WriteScriptTxt()
H A Dtdfcontainer.cpp35 void TDFWriter::EnterSection( const wxString &name ) { in EnterSection() function in TDFWriter
578 f.EnterSection( list->Name() ); in Save()
H A Dtdfcontainer.h34 void EnterSection( const wxString &name );
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUniverse.cpp1234 type_timer.EnterSection("species"); in GetEffectsAndTargets()
1287 type_timer.EnterSection("specials"); in GetEffectsAndTargets()
1325 type_timer.EnterSection("techs"); in GetEffectsAndTargets()
1356 type_timer.EnterSection("buildings"); in GetEffectsAndTargets()
1394 type_timer.EnterSection("ship hull/parts"); in GetEffectsAndTargets()
1468 type_timer.EnterSection("fields"); in GetEffectsAndTargets()
1507 type_timer.EnterSection("eval waiting"); in GetEffectsAndTargets()
1512 type_timer.EnterSection("reordering"); in GetEffectsAndTargets()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DObjectListWnd.cpp2040 timer.EnterSection("object cast-sorting"); in Refresh()
2072 timer.EnterSection("system rows"); in Refresh()
2082 timer.EnterSection(""); in Refresh()
2093 timer.EnterSection("system planet rows"); in Refresh()
2117 timer.EnterSection("system fleet rows"); in Refresh()
2141 timer.EnterSection("system field rows"); in Refresh()
2150 timer.EnterSection("non-system planet rows"); in Refresh()
2180 timer.EnterSection("non-system fleet rows"); in Refresh()
2211 timer.EnterSection("non-system field rows"); in Refresh()
2218 timer.EnterSection("sorting"); in Refresh()
[all …]
H A DMapWnd.cpp2678 timer.EnterSection("init"); in InitTurn()
2689 timer.EnterSection("system graph"); in InitTurn()
2693 timer.EnterSection("meter estimates"); in InitTurn()
2708 timer.EnterSection("rendering"); in InitTurn()
2712 timer.EnterSection("fleet signals"); in InitTurn()
2757 timer.EnterSection("sitreps"); in InitTurn()
2825 timer.EnterSection("refresh research"); in InitTurn()
2829 timer.EnterSection("refresh sidepanel"); in InitTurn()
2850 timer.EnterSection("refresh indicators"); in InitTurn()
2858 timer.EnterSection("dispatch exploring"); in InitTurn()
[all …]
H A DEncyclopediaDetailPanel.cpp766 timer.EnterSection("m_scroll_panel->SizeMove"); in DoLayout()
768 timer.EnterSection(""); in DoLayout()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Dtdfcontainer.cpp30 void TDFWriter::EnterSection( const std::string &name ) { in EnterSection() function in LSL::TDF::TDFWriter
548 f.EnterSection( list->Name() ); in Save()
H A Dtdfcontainer.h26 void EnterSection( const std::string& name );
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDecl.hs85 Just (EnterSection mname' tbinds', _)
88 writeToCurrentLog $ EnterSection mname tbinds
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs341 = EnterSection !ModuleName !A.Telescope constructor