summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...jbates@chromium.org2011-10-292-43/+20
* add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...jbates@chromium.org2011-10-282-20/+43
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-3/+3
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-3/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-3/+3
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-243-17/+130
* Make AddTraceEventETW duplicate its name argument.nduca@chromium.org2011-10-231-2/+2
* Revert: Internalize JSON chunk merging to trace_event.h API.mpcomplete@chromium.org2011-10-223-130/+17
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-213-17/+130
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-181-1/+16
* Profiling for the renderer process.scottbyer@chromium.org2011-10-122-1/+11
* Add StackTrace::ToString().satorux@chromium.org2011-10-123-1/+15
* Add missing set-true so that AddTraceEvent doesn't always search for thread namejbates@chromium.org2011-10-111-0/+1
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-051-6/+5
* Annotate benign race for trace_event category enabled flag.jbates@chromium.org2011-10-041-0/+4
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-033-121/+156
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-2/+4
* Add support for filtering traces by categories. The TraceLog API is updated t...jbates@chromium.org2011-09-123-29/+253
* Fix trace_event code to accept double-quote and backslash characters in strin...jbates@chromium.org2011-09-072-8/+11
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-063-50/+183
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-302-0/+18
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+13
* Include base/stringprintf.h in base/debug/profiler.cc.hans@chromium.org2011-08-171-1/+1
* Implement backend for thread names and process names.nduca@chromium.org2011-08-093-66/+215
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-056-25/+25
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-222-6/+7
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-213-78/+196
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-2/+2