diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 15:26:02 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 15:26:02 +0000 |
commit | e2dd9dda0c2897d9fa0630584b25d81ed2c1c068 (patch) | |
tree | a9867e70e23b4be6129f40aeaf94ef4d342bcf8d /tools/DEPS | |
parent | 3ee6abf9deb2dbb1e532cda92a2c99a03bb0a51b (diff) | |
download | chromium_src-e2dd9dda0c2897d9fa0630584b25d81ed2c1c068.zip chromium_src-e2dd9dda0c2897d9fa0630584b25d81ed2c1c068.tar.gz chromium_src-e2dd9dda0c2897d9fa0630584b25d81ed2c1c068.tar.bz2 |
Include a better sample JSON dataset in traceline.
The previous startup-off2.json didn't have stack traces. It was also quite large, it was unfiltered and contained every single system call event.
Include a program to filter a JSON data set to only include events that took a worthwhile amount of time. This greatly reduces the size of the JSON data.
A new filtered JSON dataset startup-release.json is included, much smaller and with stack traces.
Added an ignore for checkdeps on traceline/.
Review URL: http://codereview.chromium.org/20535
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/DEPS')
-rw-r--r-- | tools/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/DEPS b/tools/DEPS new file mode 100644 index 0000000..e5d3821 --- /dev/null +++ b/tools/DEPS @@ -0,0 +1,4 @@ +# checkdeps.py shouldn't check include paths for files in these dirs: +skip_child_includes = [ + "traceline", +] |