Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::ProfileBlock Struct Reference

#include <Profiler.hpp>

Public Member Functions

ProfileBlockoperator+= (const ProfileBlock &other)
 

Public Attributes

double totalLengthInNanoSeconds = 0
 
size_t numberOfCalls = 0
 

Member Function Documentation

◆ operator+=()

ProfileBlock & shkyera::ProfileBlock::operator+= ( const ProfileBlock other)

Member Data Documentation

◆ numberOfCalls

size_t shkyera::ProfileBlock::numberOfCalls = 0

◆ totalLengthInNanoSeconds

double shkyera::ProfileBlock::totalLengthInNanoSeconds = 0

The documentation for this struct was generated from the following files: