summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add option to enable sampler.dsinclair@chromium.org2013-06-241-0/+5
* Notify TraceLog observers outside of the lockjamescook@chromium.org2013-06-131-9/+74
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recordingnduca@chromium.org2013-06-041-0/+31
* Disable sampling tracer test in split_dll modescottmg@chromium.org2013-05-231-0/+3
* Add templates for ConvertableToTraceFormat with other argument types.dsinclair@chromium.org2013-05-081-1/+58
* Allow tracing categories to default to disabled.dsinclair@chromium.org2013-05-071-5/+85
* Add snapshots to trace_event object modelnduca@chromium.org2013-05-041-28/+55
* Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..."tonyg@chromium.org2013-05-031-0/+63
* Fix uninitialized field in test following r197009.caseq@google.com2013-04-291-0/+1
* Invoke trace callback even when trace buffer is fullcaseq@google.com2013-04-291-1/+17
* Revert "Add a ConvertableToTraceFormat type to the trace framework."tonyg@chromium.org2013-04-261-63/+0
* Restore skipping of default categories.dsinclair@chromium.org2013-04-191-0/+3
* Correctly handle multiple convertable argument names.dsinclair@chromium.org2013-04-191-0/+22
* Category group support/Renamings.rubentopo@gmail.com2013-04-191-77/+186
* Add a ConvertableToTraceFormat type to the trace framework.dsinclair@chromium.org2013-04-101-0/+40
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Skip default categories when getting known categories.dsinclair@chromium.org2013-03-261-1/+2
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-52/+83
* Update tracing framework to optionally use a ringbuffer.dsinclair@chromium.org2013-03-151-0/+4
* Plumb trace event to WebKit inspectorcaseq@google.com2013-02-271-0/+49
* Add support for tracking life time of client objects in trace log.caseq@google.com2013-02-261-0/+39
* Sampling profiler for chrome://tracingscottmg@chromium.org2013-02-261-0/+24
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-231-29/+45
* enable -Wstring-conversion when compiling with clangscottmg@chromium.org2013-02-221-1/+1
* Adding raw tracing to trace framework.dsinclair@chromium.org2013-02-151-26/+95
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-251-3/+6
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-8/+3
* Enable overlapping, usage counted SetEnabled()/SetDisabled() for TraceLogcaseq@google.com2013-01-161-2/+58
* Add regression test for lazy evaluation of tracing parameters.dsinclair@chromium.org2013-01-141-0/+18
* Remove support for TRACE_EVENT_IF_LONGER_THANx macroscaseq@google.com2012-12-131-119/+0
* Fix trace event macro naming issuejbates@chromium.org2012-09-111-5/+5
* implement SetWatchEvent and WaitForEvent for trace-based-tests.jbates@chromium.org2012-09-011-38/+114
* Fix TraceEventTestFixture flakinessjbates@chromium.org2012-08-161-6/+14
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-23/+24
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-1/+2
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-281-16/+9
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-011-47/+73
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-241-3/+3
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-231-3/+3
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-221-3/+3
* Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events.nduca@chromium.org2012-02-201-0/+80
* Make TraceEventTestFixture.ThreadNames work when thread-id is reused.jbates@chromium.org2012-02-031-2/+4
* Allow tracing in third_party librariesjbates@chromium.org2012-01-131-1/+117
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-3/+5
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+2