MCPcopy Create free account
hub / github.com/Inori/GPCS4 / sceKernelReadTsc

Function sceKernelReadTsc

GPCS4/SceModules/SceLibkernel/sce_kernel_time.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38uint64_t PS4API sceKernelReadTsc(void)
39{
40 uint64_t nCount = plat::GetProcessTimeCounter();
41 //LOG_SCE_TRACE("tsc %lld", nCount);
42 return nCount;
43}
44
45
46

Callers

nothing calls this directly

Calls 1

GetProcessTimeCounterFunction · 0.85

Tested by

no test coverage detected