Home
last modified time | relevance | path

Searched refs:TotalCalls (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuickprof.cpp286 TotalCalls( 0 ), in CProfileNode()
343 TotalCalls = 0; in Reset()
358 TotalCalls++; in Call()
367 if ( --RecursionCounter == 0 && TotalCalls != 0 ) { in Return()
DbtQuickprof.h88 int Get_Total_Calls( void ) { return TotalCalls; } in Get_Total_Calls()
95 int TotalCalls; variable