diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 16:42:15 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 16:42:15 +0000 |
commit | d49a6264617043a450e776984a76468b542ba411 (patch) | |
tree | 739da24590680b5c6e6e789db4d1b44e4ac8115a /base/build/base.vcproj | |
parent | bcfad371249f11b922d3b7695286626331551b12 (diff) | |
download | chromium_src-d49a6264617043a450e776984a76468b542ba411.zip chromium_src-d49a6264617043a450e776984a76468b542ba411.tar.gz chromium_src-d49a6264617043a450e776984a76468b542ba411.tar.bz2 |
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/] <E:\src\cr\src\webkit\tools\test_shell\test_webview_delegate.cc:189>
format is:hh:mm:ss.us pid:tid TYPE NAME [id, extra] <file:line>
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base.vcproj')
-rw-r--r-- | base/build/base.vcproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 9d2b459..b6fa837 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -514,11 +514,11 @@ > </File> <File - RelativePath="..\process_util_win.cc" + RelativePath="..\process_util.h" > </File> <File - RelativePath="..\process_util.h" + RelativePath="..\process_util_win.cc" > </File> <File @@ -742,6 +742,14 @@ > </File> <File + RelativePath="..\trace_event.cc" + > + </File> + <File + RelativePath="..\trace_event.h" + > + </File> + <File RelativePath="..\tracked.cc" > </File> |