summaryrefslogtreecommitdiffstats
path: root/base/profiler
Commit message (Expand)AuthorAgeFilesLines
* base: Add missing copy ctors where appropriate.vmpstr2016-02-182-0/+4
* profiler: cleanup unused alternate_timer codeprimiano2016-02-032-68/+0
* Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc depsprimiano2016-01-272-11/+1
* Stack sampling profiler: reduce quantity of memory allocations during collectionwittman2016-01-221-34/+47
* Stack sampling profiler: avoid crashing on guard page exceptionwittman2016-01-201-0/+21
* Switch to standard integer types in base/.avi2015-12-2612-18/+32
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-3/+4
* Stack sampling profiler: fix leaf function unwinding and remove blacklistingwittman2015-12-082-298/+29
* Stack sampling profiler: unlimit collected stack sizewittman2015-12-041-51/+52
* Stack sampling profiler: remove RUNTIME_FUNCTION sanity checkwittman2015-12-012-84/+15
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-253-9/+12
* Stack sampling profiler: fix off-by-one error on truncated stackswittman2015-11-242-6/+5
* avoid 'may be used uninitialized' warnings in stack_sampling_profiler_unittes...mostynb2015-11-191-1/+1
* Add wittman to OWNERS for stack sampling profilerwittman2015-11-191-0/+5
* Stack sampling profiler: handle unloading and unloaded moduleswittman2015-11-0211-121/+707
* Stack sampling profiler: work around invalid BoringSSL assemblywittman2015-10-151-1/+7
* StackSamplingProfiler: sanity check RUNTIME_FUNCTION contentswittman2015-10-143-51/+211
* Fix -Wunused-function error in native_stack_sampler_win.ccHans Wennborg2015-10-081-0/+2
* StackSamplingProfiler: walk a copy of the stackwittman2015-10-085-156/+465
* StackSamplingProfiler: test fixeswittman2015-10-071-12/+14
* All instances of addresses as void* are changed to uintptr_t insydli2015-09-164-14/+20
* StackSamplingProfiler: collect partial bursts if the profiler is stopped earlywittman2015-09-013-27/+27
* Fix style checker errors after https://codereview.chromium.org/1263403002/Nico Weber2015-08-241-5/+6
* Stack sampling profiler: re-enable stack collection for stacks terminated by ...wittman2015-08-244-45/+545
* Stack sampling profiler: rename platform fileswittman2015-08-032-0/+0
* Stack sampling profiler: add fire-and-forget interfacewittman2015-07-313-246/+203
* Fix some clang warnings with -Wmissing-braces in base.dcheng2015-07-021-1/+1
* Cleanup: Fix base header include guards.tfarina2015-05-131-1/+1
* Cleanup base profiler initialization code.asvitkine2015-05-071-4/+2
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-012-3/+1
* Instrument some potentially expensive functions called from BrowserMainRunner...yiyaoliu2015-04-231-0/+8
* Don't chase stack frames through dodgy third party library codewittman2015-04-181-6/+14
* Update call stack profile encoding to match server-side expectationswittman2015-04-104-16/+60
* Enable startup profiling by Win x64 stack sampling profilerwittman2015-04-083-91/+269
* StackSamplingProfiler clean upwittman2015-04-077-397/+482
* Metrics provider for statistical stack profilerwittman2015-03-242-0/+12
* Use a less compiler-specific way for preventing inlining / tail-call optimiza...thakis2015-03-231-8/+5
* clang/win: Attempt to fix component build after #321658.Nico Weber2015-03-221-2/+2
* Statistical stack profiler for Windows x64wittman2015-03-205-0/+1130
* Revert of Temporary commit to evaluate perf impact of prototype CPU profiler ...wittman2015-02-074-468/+0
* Temporary commit to evaluate perf impact of prototype CPU profilerwittman2015-02-074-0/+468
* Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...wfh2015-01-131-2/+1
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-061-8/+0
* Misc. warning fixes/cleanuppkasting2014-12-121-1/+1
* Instrumenting callbacks to InFlightBackendIO.vadimt2014-11-212-18/+17
* Removing a single-parameter constructor of ScopedProfile, per a TODO item.vadimt2014-11-073-16/+5
* Instrumenting URLRequestJob::NotifyHeadersComplete to locate the source of ja...vadimt2014-11-041-0/+15
* Enabling augmenting callback with Location.vadimt2014-10-312-0/+27
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-284-9/+88
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-20/+5