summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add cpu count to trace metadatanduca@chromium.org2014-05-241-0/+30
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-181-2/+2
* Adding support for Time and TimeTicks inside trace_event.mithro@mithis.com2014-03-191-0/+37
* Update trace file format for NaN/Infinit values to use stringsrbyers@chromium.org2014-01-241-6/+14
* Fix trace file format for NaN/infinite valuesrbyers@chromium.org2014-01-221-0/+122
* Configure synthetic delays through TraceLogskyostil@chromium.org2014-01-101-0/+44
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-081-20/+72
* Revert 242671 "Implement sampling profiler (chromium side change)"haraken@chromium.org2013-12-281-72/+20
* Implement sampling profiler (chromium side change)haraken@chromium.org2013-12-281-20/+72
* Avoid trace-to-console deadlock or infinite recursionwangxianzhu@chromium.org2013-12-051-0/+22
* Reapply "Remove TraceController"wangxianzhu@chromium.org2013-12-031-35/+13
* Revert of https://codereview.chromium.org/99103004/wangxianzhu@chromium.org2013-12-031-13/+35
* Revert "Revert 237280 "Remove TraceController""wangxianzhu@chromium.org2013-12-021-35/+13
* Revert 237280 "Remove TraceController"tonyg@chromium.org2013-11-271-13/+35
* Remove TraceControllerwangxianzhu@chromium.org2013-11-261-35/+13
* Independently enable recording and event callbackwangxianzhu@chromium.org2013-11-201-32/+169
* Use JsonDoubleQuote to output trace stringwangxianzhu@chromium.org2013-11-151-0/+8
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-7/+0
* Avoid threading races on TraceSamplingThread's membersharaken@chromium.org2013-11-061-24/+14
* Ensure TimeOffset is applied to timestamps of traceswangxianzhu@chromium.org2013-11-021-0/+33
* Pass timestamp into trace event callback.alph@chromium.org2013-10-291-4/+14
* Fix trace event ECHO_TO_CONSOLEwangxianzhu@chromium.org2013-10-281-0/+38
* Send B/E events to EventCallback for X eventswangxianzhu@chromium.org2013-10-261-1/+12
* [Tracing] Add support for forward looking or backwards looking async steps.simonjam@chromium.org2013-10-241-9/+29
* Correct thread flush timeout logic and increase timeoutwangxianzhu@chromium.org2013-10-231-8/+60
* TraceLog::SetCurrentThreadBlocksMessageLoop()wangxianzhu@chromium.org2013-10-221-0/+64
* TRACE_EVENT_PHASE_COMPLETE (X Events)wangxianzhu@chromium.org2013-10-211-24/+32
* Revert "Revert "Use chunks in trace event buffers""wangxianzhu@chromium.org2013-10-101-22/+129
* Revert "Use chunks in trace event buffers"wangxianzhu@chromium.org2013-10-091-136/+22
* Use chunks in trace event bufferswangxianzhu@chromium.org2013-10-091-22/+136
* Make ConvertableToTraceFormat ref-countedwangxianzhu@chromium.org2013-10-091-12/+11
* Revert 227354 "Revert "Implement TracingController::{Enable,Disa..."haraken@chromium.org2013-10-081-0/+64
* Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring"justinlin@chromium.org2013-10-071-64/+0
* Implement TracingController::{Enable,Disable,Capture}Monitoringharaken@chromium.org2013-10-071-0/+64
* Revert 226701 "Implement TracingController::{Enable,Disable,Capt..."tapted@chromium.org2013-10-031-63/+0
* Implement TracingController::{Enable,Disable,Capture}Monitoringharaken@chromium.org2013-10-031-0/+63
* Thread-local trace-event bufferswangxianzhu@chromium.org2013-09-061-6/+34
* Revert 217921 "This changes the trace event inclusion by always ..."junov@chromium.org2013-08-161-20/+17
* This changes the trace event inclusion by always including categories unknown...rubentopo@gmail.com2013-08-161-17/+20
* Fix misleading indentation in TraceEventTestFixture::OnTraceNotificationjbroman@chromium.org2013-08-131-1/+1
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-2/+2
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* reland of http://crrev.com/212230 Create top-level separate targets for...scottmg@chromium.org2013-07-181-3/+0
* Revert 212230 "Create top-level separate targets for browser and..."scottmg@chromium.org2013-07-181-0/+3
* Create top-level separate targets for browser and child dllsscottmg@chromium.org2013-07-181-3/+0
* Don't use StaticMemorySingletonTraits for TraceLog.jam@chromium.org2013-07-081-130/+11
* Add a sampling tracing to RenderWidget::DoDeferredUpdateharaken@chromium.org2013-07-041-3/+43
* 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