summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make non-scoped trace macros work in one-line scopes.jbates@chromium.org2012-03-301-16/+20
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-282-36/+31
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-132-2/+2
* Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...dmikurube@chromium.org2012-03-102-2/+2
* Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-102-2/+2
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-032-2/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-032-2/+2
* Revert 124144 - Sync trace time on Chrome OS (just like Android)backer@chromium.org2012-03-021-6/+6
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-012-91/+146
* Support the Syzygy instrumenting profiler.siggi@chromium.org2012-03-012-2/+118
* Sync trace time on Chrome OS (just like Android)sleffler@chromium.org2012-02-291-6/+6
* Make base::Logging compile with the NaCl toolchain.bbudge@chromium.org2012-02-282-2/+6
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-243-8/+5
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-233-5/+8
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-223-8/+5
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-223-15/+27
* Revert r122552: "Implement proper atomic code for trace macros."rnk@chromium.org2012-02-213-22/+15
* Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events.nduca@chromium.org2012-02-203-1/+136
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-173-15/+22
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* Make TraceEventTestFixture.ThreadNames work when thread-id is reused.jbates@chromium.org2012-02-031-2/+4
* Get rid of <iostream> include in stack_trace_posix (forces a static initializer)tbreisacher@chromium.org2012-02-031-4/+2
* Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...jbates@chromium.org2012-01-273-47/+52
* Cleanup trace_event, fix webkit API naming.jbates@chromium.org2012-01-251-14/+14
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-2/+1
* Split up trace_event.h into trace_event_impl.h and add webkitplatform support.jbates@chromium.org2012-01-234-1126/+1110
* Allow tracing in third_party librariesjbates@chromium.org2012-01-135-496/+726
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-313-5/+9
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-203-5/+7
* Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz?nduca@chromium.org2011-12-161-1/+1
* Push a marker into Android's kernel trace system to allow clock sync in about...nduca@chromium.org2011-12-162-3/+47
* Add event counters with IDspiman@chromium.org2011-12-163-5/+81
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-143-7/+5
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-143-5/+7
* use os_bsd and OS_BSD and add some OS_FREEBSD conditionsrobert.nagy@gmail.com2011-12-041-10/+8
* Improve GPU tests to fail when GPU drawing fails.jbates@chromium.org2011-12-021-0/+13
* Fix Aura build break.jbates@chromium.org2011-12-021-1/+1
* trace_event: distinguish between scoped begin/end and global start/finish eventsjbates@chromium.org2011-12-025-164/+381
* Allow const pointers to be stored in ThreadLocalPointer.jbates@chromium.org2011-11-291-4/+3
* Implement TRACE_COUNTERnduca@chromium.org2011-11-183-2/+119
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-4/+1
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-3/+3
* Support thread name changes in trace eventjoth@chromium.org2011-11-103-18/+75
* Support --trace-startup and task tracingjoth@chromium.org2011-11-092-5/+53
* Change three LazyInstances I added earlier to be leaky.thakis@chromium.org2011-11-041-2/+3
* Remove 1 exit time destructor and 1 static initializer in trace_event.thakis@chromium.org2011-11-032-15/+15
* add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)jbates@chromium.org2011-10-292-20/+43