Home
last modified time | relevance | path

Searched refs:ProfilePrint (Results 1 – 13 of 13) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/Ragl/
H A Dgraph_region.h412 ProfilePrint(""); in ProfileSpew()
413 ProfilePrint(""); in ProfileSpew()
414 ProfilePrint("--------------------------------------------------------"); in ProfileSpew()
415 ProfilePrint("RAVEN STANDARD LIBRARY - COMPUTATIONAL GEOMETRY MODULE"); in ProfileSpew()
416 ProfilePrint(" Region Profile Results "); in ProfileSpew()
417 ProfilePrint("--------------------------------------------------------"); in ProfileSpew()
418 ProfilePrint(""); in ProfileSpew()
419ProfilePrint("REGION SIZE (Bytes): (%d) (KiloBytes): (%5.3f)", sizeof(*this), ((float)(sizeof(*th… in ProfileSpew()
420 ProfilePrint("REGION COUNT: (%d) Regions (%d) Edges", mRegionCount, mEdges.size()); in ProfileSpew()
428 ProfilePrint("REGION COUNT: (%f) Ave Edges Size", (float)RegionEdges / (float)mRegionCount); in ProfileSpew()
[all …]
H A Dgraph_vs.h1758 ProfilePrint(""); in ProfileSpew()
1759 ProfilePrint(""); in ProfileSpew()
1760 ProfilePrint("--------------------------------------------------------"); in ProfileSpew()
1761 ProfilePrint("RAVEN STANDARD LIBRARY - COMPUTATIONAL GEOMETRY MODULE"); in ProfileSpew()
1762 ProfilePrint(" Graph Profile Results "); in ProfileSpew()
1763 ProfilePrint("--------------------------------------------------------"); in ProfileSpew()
1764 ProfilePrint(""); in ProfileSpew()
1765 ProfilePrint("GRAPH SIZE (Bytes): (%d) (KiloBytes): (%5.3f) MeggaBytes(%3.3f)", in ProfileSpew()
1775 ProfilePrint(""); in ProfileSpew()
1781 ProfilePrint("SEARCH: (%d) Successes (%f) AveVisited (%f) AvePathLen", in ProfileSpew()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dprofile.h42 #define PROFILE_PRINT() ProfilePrint ()
54 void ProfilePrint (void) ;
H A Dprofile.c96 void ProfilePrint (void) { in ProfilePrint() function
/dports/games/openjk/OpenJK-07675e2/code/Ratl/
H A Dratl.cpp91 void ratl_base::ProfilePrint(const char * format, ...) in ProfilePrint() function in ratl::ratl_base
122 void ratl_base::ProfilePrint(const char * format, ...) in ProfilePrint() function in ratl::ratl_base
H A Dratl_common.h311 void ProfilePrint(const char * format, ...);
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_navigator.cpp4018 mGraph.ProfilePrint("Point Islands: (%d)", mIslandCount); in ShowStats()
4019 mGraph.ProfilePrint(""); in ShowStats()
4020 mGraph.ProfilePrint(""); in ShowStats()
4021 mGraph.ProfilePrint("--------------------------------------------------------"); in ShowStats()
4025 mGraph.ProfilePrint(""); in ShowStats()
4026 mGraph.ProfilePrint("MEMORY CONSUMPTION (In Bytes)"); in ShowStats()
4027 mGraph.ProfilePrint("Cells : (%d)", (sizeof(mCells))); in ShowStats()
4030 mGraph.ProfilePrint("Alerts : (%d)", (sizeof(mEntityAlertList))); in ShowStats()
4041 mGraph.ProfilePrint("TOTAL : (KiloBytes): (%5.3f) MeggaBytes(%3.3f)", in ShowStats()
4045 mGraph.ProfilePrint(""); in ShowStats()
[all …]
/dports/print/lout/lout-3.40/
H A Dz27.c211 void ProfilePrint(void) in ProfilePrint() function
H A Dz01.c926 ifdebug(DPP, D, ProfilePrint()); in run()
H A Dexterns.h3312 extern void ProfilePrint(void);
/dports/games/stratagus/stratagus-3.2.0/src/pathfinder/
H A Dastar.cpp204 inline void ProfilePrint() in ProfilePrint() function
243 #define ProfilePrint() macro
296 ProfilePrint(); in FreeAStar()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/pathfinder/
H A Dastar.cpp233 inline void ProfilePrint() in ProfilePrint() function
272 #define ProfilePrint() macro
395 ProfilePrint(); in FreeAStar()
/dports/games/openjk/OpenJK-07675e2/codemp/Ratl/
H A Dratl_common.h329 void ProfilePrint(const char * format, ...);