Add memory profiling events to the main areas of the engine
This commit is contained in:
@@ -650,6 +650,7 @@ GPUTasksExecutor* GPUDevice::CreateTasksExecutor()
|
||||
|
||||
void GPUDevice::Draw()
|
||||
{
|
||||
PROFILE_MEM(Graphics);
|
||||
DrawBegin();
|
||||
|
||||
auto context = GetMainContext();
|
||||
|
||||
Reference in New Issue
Block a user