summaryrefslogtreecommitdiffstats
path: root/base/test/trace_to_file.cc
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove some unneeded timer.h includes.thestig2014-10-271-0/+1
| | | | | | Review URL: https://codereview.chromium.org/645343004 Cr-Commit-Position: refs/heads/master@{#301475}
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-2/+2
| | | | | | | | | | | | | | | - Unify the behavior of the windows and posix implementations of these functions. - Simplify the interface by having them just indicate success or failure instead of making callers deal with partial writes. BUG=418837 Signed-off-by: Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/614893004 Cr-Commit-Position: refs/heads/master@{#298604}
* Add trace-to-file support for base::TestSuiteenne2014-09-251-0/+104
Passing --trace-to-file on the command line will trace a default set of categories to a default trace file name (trace.json). --trace-to-file=categories --trace-to-file-name=somefile.json allow for more configuration. BUG=none Review URL: https://codereview.chromium.org/542893002 Cr-Commit-Position: refs/heads/master@{#296770}