Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Feb 1, 2024
1 parent d069fab commit a1d09b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions impeller/renderer/backend/vulkan/gpu_tracer_vk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ bool GPUTracerVK::IsEnabled() const {
}

void GPUTracerVK::MarkFrameStart() {
if (!enabled_) {
return;
}
FML_DCHECK(!in_frame_);
in_frame_ = true;
raster_thread_id_ = std::this_thread::get_id();
Expand Down

0 comments on commit a1d09b5

Please sign in to comment.