summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Reduce binary size impact of synthetic delaysskyostil@chromium.org2014-01-142-20/+19
* Configure synthetic delays through TraceLogskyostil@chromium.org2014-01-105-4/+141
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-085-49/+123
* Use Begin/End semantics for synthetic delaysskyostil@chromium.org2014-01-073-111/+156
* Add synthetic delay testing frameworkskyostil@chromium.org2014-01-033-0/+505
* Revert 242671 "Implement sampling profiler (chromium side change)"haraken@chromium.org2013-12-285-127/+49
* Implement sampling profiler (chromium side change)haraken@chromium.org2013-12-285-49/+127
* Move DumpProcessWithoutCrash to base, so we can use it from net and contentjochen@chromium.org2013-12-182-0/+59
* Fix --trace-to-console filter merge issuewangxianzhu@chromium.org2013-12-131-6/+11
* Remove heapcheck support.thakis@chromium.org2013-12-131-20/+5
* Reset thread_shared_chunk_ in TraceLog::NextGeneration()haraken@chromium.org2013-12-122-7/+10
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-1/+1
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-1/+1
* Enable tcmalloc heap-profiler module on Windows.peria@chromium.org2013-12-111-2/+4
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-1/+1
* Invoke LeakSanitizer early in the utility process.earthdok@chromium.org2013-12-061-0/+1
* Avoid trace-to-console deadlock or infinite recursionwangxianzhu@chromium.org2013-12-053-37/+107
* Reapply "Remove TraceController"wangxianzhu@chromium.org2013-12-033-231/+100
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Revert of https://codereview.chromium.org/99103004/wangxianzhu@chromium.org2013-12-033-100/+231
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Revert "Revert 237280 "Remove TraceController""wangxianzhu@chromium.org2013-12-023-231/+100
* Add thread duration support for tracing 'X' (Complete) eventsfmeawad@chromium.org2013-11-282-4/+15
* Revert of https://codereview.chromium.org/53923005/acleung@chromium.org2013-11-273-497/+0
* Add synthetic delay testing frameworkskyostil@chromium.org2013-11-273-0/+497
* Revert 237280 "Remove TraceController"tonyg@chromium.org2013-11-273-100/+231
* Remove TraceControllerwangxianzhu@chromium.org2013-11-263-231/+100
* Fix crash in TraceLog::UpdateTraceEventDuration()wangxianzhu@chromium.org2013-11-251-3/+5
* Remove temporary code after migration of Platform::updateTraceEventDurationwangxianzhu@chromium.org2013-11-211-18/+5
* Use TracingController for startup tracingwangxianzhu@chromium.org2013-11-211-5/+2
* Independently enable recording and event callbackwangxianzhu@chromium.org2013-11-204-109/+305
* Use JsonDoubleQuote to output trace stringwangxianzhu@chromium.org2013-11-152-12/+10
* ios: Enable -Wunused-functions.thakis@chromium.org2013-11-141-0/+4
* Revert 234207 "Set the default ASan options for executables buil..."mpearson@chromium.org2013-11-111-49/+0
* Set the default ASan options for executables built with ASan on Linux.glider@chromium.org2013-11-111-0/+49
* 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-063-40/+30
* Ensure TimeOffset is applied to timestamps of traceswangxianzhu@chromium.org2013-11-023-15/+53
* Avoid crashing if the crash key system is not initialized.jochen@chromium.org2013-10-311-2/+4
* Put back debug break instructions for non-x86 OSsjochen@chromium.org2013-10-291-8/+14
* Pass timestamp into trace event callback.alph@chromium.org2013-10-293-7/+21
* Fix trace event ECHO_TO_CONSOLEwangxianzhu@chromium.org2013-10-283-72/+105
* On posix, only break into debugger when a debugger is presentjochen@chromium.org2013-10-281-9/+13
* Send B/E events to EventCallback for X eventswangxianzhu@chromium.org2013-10-263-2/+47
* [Tracing] Add support for forward looking or backwards looking async steps.simonjam@chromium.org2013-10-242-30/+64
* Fix crash when ending systrace webviewwangxianzhu@chromium.org2013-10-231-3/+25
* Reapply "Remove constructors of TraceEventHandle"wangxianzhu@chromium.org2013-10-232-23/+20
* Correct thread flush timeout logic and increase timeoutwangxianzhu@chromium.org2013-10-232-24/+71
* Revert 230224 "Remove constructors of TraceEventHandle", which cause compile ...ronghuawu@chromium.org2013-10-222-20/+23
* Remove constructors of TraceEventHandlewangxianzhu@chromium.org2013-10-222-23/+20