Change "GetMillisecondsSinceClassCreation" to "GetNanosecondsSinceClassCreation"

This commit is contained in:
Alex
2023-04-23 07:29:08 +03:00
parent fcbb298077
commit 8471126696
4 changed files with 12 additions and 9 deletions

View File

@ -55,7 +55,7 @@ namespace Time
#endif
}
uint64_t TimeStampCounter::GetMillisecondsSinceClassCreation()
uint64_t TimeStampCounter::GetNanosecondsSinceClassCreation()
{
#if defined(a86)
return (this->GetCounter() - this->ClassCreationTime) / this->clk;