Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
33
double TicksToCycles(uint64_t delta)
34
{
35
return double(delta);
36
}
37
38
double TicksToSeconds(uint64_t delta)
39
{
Callers
15
Init
Function · 0.85
Test_3x3setRot
Function · 0.85
Test_mindot
Function · 0.85
Test_v3lerp
Function · 0.85
Test_btDbvt
Function · 0.85
Test_dot3
Function · 0.85
Test_3x3mulM1M2
Function · 0.85
Test_v3cross
Function · 0.85
Test_3x3timesTranspose
Function · 0.85
Test_qtmulQV3
Function · 0.85
Test_v3rotate
Function · 0.85
Test_v3sdiv
Function · 0.85
Calls
no outgoing calls
Tested by
15
Test_3x3setRot
Function · 0.68
Test_mindot
Function · 0.68
Test_v3lerp
Function · 0.68
Test_btDbvt
Function · 0.68
Test_dot3
Function · 0.68
Test_3x3mulM1M2
Function · 0.68
Test_v3cross
Function · 0.68
Test_3x3timesTranspose
Function · 0.68
Test_qtmulQV3
Function · 0.68
Test_v3rotate
Function · 0.68
Test_v3sdiv
Function · 0.68
Test_3x3mulVM
Function · 0.68