diff options
Diffstat (limited to 'gpu/command_buffer')
-rw-r--r-- | gpu/command_buffer/service/gpu_processor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gpu_processor.cc b/gpu/command_buffer/service/gpu_processor.cc index 45d21d7..c7d19d3 100644 --- a/gpu/command_buffer/service/gpu_processor.cc +++ b/gpu/command_buffer/service/gpu_processor.cc @@ -9,6 +9,7 @@ #include "base/compiler_specific.h" #include "base/message_loop.h" #include "app/gfx/gl/gl_context.h" +#include "gpu/common/gpu_trace_event.h" using ::base::SharedMemory; @@ -124,6 +125,7 @@ const unsigned int kMaxOutstandingSwapBuffersCallsPerOnscreenContext = 1; #endif void GPUProcessor::ProcessCommands() { + GPU_TRACE_EVENT0("gpu", "GPUProcessor:ProcessCommands"); CommandBuffer::State state = command_buffer_->GetState(); if (state.error != error::kNoError) return; |