struct ProfilerCPU::ProfileSample

Contains data about a single profiler sample (counting time in milliseconds).

Public

Constructors

ProfileSample

ProfileSample(double _time, u64 _numAllocs, u64 _numFrees)

Fields

Time

double Time

NumAllocs

u64 NumAllocs

NumFrees

u64 NumFrees