mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
refactor(kernel): ♻️ rewrite time manager
This commit is contained in:
@ -251,7 +251,7 @@ namespace Tasking
|
||||
this->AllocatedMemory += sizeof(Memory::ProgramBreak);
|
||||
this->AllocatedMemory += sizeof(SymbolResolver::Symbols);
|
||||
|
||||
this->Info.SpawnTime = TimeManager->GetCounter();
|
||||
this->Info.SpawnTime = TimeManager->GetTimeNs();
|
||||
|
||||
if (Parent)
|
||||
Parent->Children.push_back(this);
|
||||
|
Reference in New Issue
Block a user