Add Stopwatch for accurate duration measuring

This commit is contained in:
Wojtek Figat
2024-01-28 20:31:03 +01:00
parent ecf593e7a4
commit 69b7a10c1f
10 changed files with 113 additions and 41 deletions

View File

@@ -219,7 +219,7 @@ private:
bool LoadImage(const String& assemblyPath, const StringView& nativePath);
bool UnloadImage(bool isReloading);
void OnLoading();
void OnLoaded(const struct DateTime& startTime);
void OnLoaded(struct Stopwatch& stopwatch);
void OnLoadFailed();
bool ResolveMissingFile(String& assemblyPath) const;
};