/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/Foundation/Profiling/ProfilingUtils.h
12 строк
475 B
Sanakan8472
Shared texture support and other side-effects of linux editor development (#1035)
16 сен 2023, 15:00
Не верифицирован
16 сен 2023, 15:00
f0cf6af
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> class EZ_FOUNDATION_DLL ezProfilingUtils { public: /// \brief Captures profiling data via ezProfilingSystem::Capture and saves it to the giben file location. static ezResult SaveProfilingCapture(ezStringView sCapturePath); /// \brief Reads two profiling captures and merges them into one. static ezResult MergeProfilingCaptures(ezStringView sCapturePath1, ezStringView sCapturePath2, ezStringView sMergedCapturePath); };