Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuickprof.h114 bool Is_Root(void) { return (CurrentParent->Get_Parent() == 0); } in Is_Root() function
DbtQuickprof.cpp522 …float accumulated_time=0,parent_time = profileIterator->Is_Root() ? CProfileManager::Get_Time_Sinc… in dumpRecursive()