MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / TicksToCycles

Function TicksToCycles

test/Bullet2/Source/Utils.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 return __rdtsc();
32}
33double TicksToCycles(uint64_t delta)
34{
35 return double(delta);
36}
37
38double TicksToSeconds(uint64_t delta)
39{

Callers 15

InitFunction · 0.85
Test_3x3setRotFunction · 0.85
Test_mindotFunction · 0.85
Test_v3lerpFunction · 0.85
Test_btDbvtFunction · 0.85
Test_dot3Function · 0.85
Test_3x3mulM1M2Function · 0.85
Test_v3crossFunction · 0.85
Test_3x3timesTransposeFunction · 0.85
Test_qtmulQV3Function · 0.85
Test_v3rotateFunction · 0.85
Test_v3sdivFunction · 0.85

Calls

no outgoing calls

Tested by 15

Test_3x3setRotFunction · 0.68
Test_mindotFunction · 0.68
Test_v3lerpFunction · 0.68
Test_btDbvtFunction · 0.68
Test_dot3Function · 0.68
Test_3x3mulM1M2Function · 0.68
Test_v3crossFunction · 0.68
Test_3x3timesTransposeFunction · 0.68
Test_qtmulQV3Function · 0.68
Test_v3rotateFunction · 0.68
Test_v3sdivFunction · 0.68
Test_3x3mulVMFunction · 0.68