summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authordsinclair@chromium.org <dsinclair@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 23:26:11 +0000
committerdsinclair@chromium.org <dsinclair@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 23:26:11 +0000
commit9430771aa1f193f4e274fe541676ec61dfb83571 (patch)
tree302d0f155ec7c3662ee9046fef619a6da2cb5b9b /gpu/command_buffer_service.gypi
parent295f532b47ad90fe33a2dca06d8565914c82946a (diff)
downloadchromium_src-9430771aa1f193f4e274fe541676ec61dfb83571.zip
chromium_src-9430771aa1f193f4e274fe541676ec61dfb83571.tar.gz
chromium_src-9430771aa1f193f4e274fe541676ec61dfb83571.tar.bz2
Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.
This is currently implemented as a no-op on the server side. When implemented the glTraceBegin will issue a trace timestamp into the GPU message stream. The glTraceEnd will issue another timestamp into the GPU stream. Eventually, when the two timers have been exeucted by the GPU, an event will be sent to about:tracing with the relevant timeing information. BUG=111509 Review URL: https://chromiumcodereview.appspot.com/11366113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 0876249..b26d253 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -62,6 +62,8 @@
'command_buffer/service/gpu_scheduler_mock.h',
'command_buffer/service/gpu_switches.h',
'command_buffer/service/gpu_switches.cc',
+ 'command_buffer/service/gpu_trace.h',
+ 'command_buffer/service/gpu_trace.cc',
'command_buffer/service/id_manager.h',
'command_buffer/service/id_manager.cc',
'command_buffer/service/image_manager.cc',