From 43ed3a7d4a4a043220dd01677ec2fc39451df852 Mon Sep 17 00:00:00 2001 From: "jbates@chromium.org" Date: Wed, 30 May 2012 22:55:38 +0000 Subject: Put GL-command tracing behind a flag because it's too heavy normally. We always want to trace some of the heavier GL commands, so those have been re-added from https://chromiumcodereview.appspot.com/10443048/. Turns out that with --trace-gl on, the trace buffer typically fills up after ~3 seconds, so the default behavior should probably be to not trace these. R=apatrick Review URL: https://chromiumcodereview.appspot.com/10442090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139664 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/command_buffer/service/cmd_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gpu/command_buffer/service/cmd_parser.h') diff --git a/gpu/command_buffer/service/cmd_parser.h b/gpu/command_buffer/service/cmd_parser.h index de2fe29..c808c4e 100644 --- a/gpu/command_buffer/service/cmd_parser.h +++ b/gpu/command_buffer/service/cmd_parser.h @@ -69,6 +69,7 @@ class GPU_EXPORT CommandParser { CommandBufferEntry* buffer_; int32 entry_count_; AsyncAPIInterface* handler_; + bool trace_gl_commands_; }; // This class defines the interface for an asynchronous API handler, that -- cgit v1.1