Arquivos
deanm@chromium.org 840735851d 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
2009-02-20 15:26:02 +00:00

5 linhas
111 B
Python

# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"traceline",
]