From d49a6264617043a450e776984a76468b542ba411 Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Tue, 2 Sep 2008 16:42:15 +0000 Subject: Initial pass at simple event tracing. I added a few traces to tcp_socket and test_shell to get an idea of what a simple trace might look like. Here's a sample output line: 11:24:19.660604 0x1e278:0x1e24c BEGIN url.load [0x5 http://mail.google.com/mail/] format is:hh:mm:ss.us pid:tid TYPE NAME [id, extra] git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1641 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell_switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/tools/test_shell/test_shell_switches.h') diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h index 9d057c0..7bb9157 100644 --- a/webkit/tools/test_shell/test_shell_switches.h +++ b/webkit/tools/test_shell/test_shell_switches.h @@ -24,6 +24,8 @@ extern const wchar_t kDumpStatsTable[]; extern const wchar_t kCacheDir[]; extern const wchar_t kDebugMemoryInUse[]; extern const wchar_t kEnableFileCookies[]; +extern const wchar_t kUseNewHttp[]; +extern const wchar_t kEnableTracing[]; } // namespace test_shell -- cgit v1.1