Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
TickCounter.cpp File Reference
#include <Jolt/Jolt.h>
#include <Jolt/Core/TickCounter.h>

Functions

uint64 GetProcessorTicksPerSecond ()
 Get the amount of ticks per second, note that this number will never be fully accurate as the amound of ticks per second may vary with CPU load, so this number is only to be used to give an indication of time for profiling purposes. More...
 

Function Documentation

◆ GetProcessorTicksPerSecond()

uint64 GetProcessorTicksPerSecond ( )

Get the amount of ticks per second, note that this number will never be fully accurate as the amound of ticks per second may vary with CPU load, so this number is only to be used to give an indication of time for profiling purposes.