summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/debug/trace_event* to base/trace_event/ [part 1]ssid2015-01-271-3084/+0
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-9/+0
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-4/+4
* Tracing: make filtering logic more intuitive for multiple categoriescaseq2014-12-121-0/+16
* Report trace buffer usage as number of events, not only percentageyurys2014-11-171-6/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-6/+6
* Cleanup: Better constify some strings in base.thestig2014-10-211-24/+23
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-9/+9
* Remove TraceOptions string based constructor. Add setter methodnednguyen@google.com2014-08-081-15/+16
* Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions.nednguyen@google.com2014-08-071-3/+19
* Reenable trace_event_unittest for windowsnednguyen@google.com2014-08-061-7/+1
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-2/+2
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-1/+1
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-041-141/+275
* Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT.nednguyen@google.com2014-07-251-2/+2
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+7
* Modify TraceEventTestFixture.TraceBufferVectorReportFull to assert the overfl...nednguyen@google.com2014-07-221-4/+5
* Add metadata that report whether the buffer was full, and the timestamp when ...nednguyen@google.com2014-07-191-0/+47
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-5/+8
* 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